Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FultonBrowne committed Oct 1, 2019
1 parent e7e28d3 commit 2a89e5c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/java/com/andromeda/araserver/Update.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Update {
val vers: Double = ver1.toDouble()
//set a link value if update
val out: String
out = if (vers > 0.1) "link here"
out = if (vers > 0.2) "link here"
else "nope"
//Return the fina value
return out
Expand Down
6 changes: 0 additions & 6 deletions src/main/java/com/andromeda/araserver/getUrl.kt

This file was deleted.

0 comments on commit 2a89e5c

Please sign in to comment.