Skip to content

Commit

Permalink
Fixed tracker address.
Browse files Browse the repository at this point in the history
  • Loading branch information
Revertron committed Jan 11, 2025
1 parent 7baf16a commit 7ec61e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions apps/Android/.idea/gradle.xml

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

4 changes: 2 additions & 2 deletions apps/Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.revertron.mimir"
minSdk 21
targetSdk 31
versionCode 16
versionName "1.9.1"
versionCode 17
versionName "1.9.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ private const val CONNECTION_TRIES = 5
private const val CONNECTION_TIMEOUT = 3000
private const val CONNECTION_PERIOD = 1000L
//TODO move to gradle config maybe?
private const val RESOLVER_ADDR = "[202:7991::880a:d4b2:de3b:2da1]"
private const val RESOLVER_ADDR = "[208:62:45:62:59b8:f1a2:62ca:f87c]"

class MimirServer(
val storage: SqlStorage,
Expand Down

0 comments on commit 7ec61e9

Please sign in to comment.