Release 0.9.20: migrate services to bearmsk.ru
This commit is contained in:
@@ -30,8 +30,8 @@ android {
|
||||
minSdk = 26
|
||||
targetSdk = 37
|
||||
|
||||
versionCode = 29
|
||||
versionName = "0.9.19"
|
||||
versionCode = 30
|
||||
versionName = "0.9.20"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
@@ -86,7 +86,7 @@ class MainActivity : ComponentActivity() {
|
||||
companion object {
|
||||
private const val UPDATE_LOG_TAG = "DurakUpdate"
|
||||
private const val VPS_LATEST_URL =
|
||||
"https://5.188.21.226/updates/latest.json"
|
||||
"https://updates.bearmsk.ru/latest.json"
|
||||
}
|
||||
|
||||
private val vpsUpdateStarted =
|
||||
|
||||
@@ -210,7 +210,7 @@ object DurakServerApi {
|
||||
"DurakServerApi"
|
||||
|
||||
private const val BASE_URL =
|
||||
"https://5.188.21.226"
|
||||
"https://api.bearmsk.ru"
|
||||
|
||||
private const val CONNECT_TIMEOUT_MS =
|
||||
7_000
|
||||
|
||||
Reference in New Issue
Block a user