Point license server to license.ttrpgplayer.ru and bump to 1.0.1.
Update hardcoded API URL and versionCode for the new production host. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -12,8 +12,8 @@ android {
|
||||
applicationId = "ru.mailib.ttrpg.licensemanager"
|
||||
minSdk = 26
|
||||
targetSdk = 35
|
||||
versionCode = 1
|
||||
versionName = "1.0.0"
|
||||
versionCode = 2
|
||||
versionName = "1.0.1"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
||||
@@ -22,7 +22,7 @@ data class AppSettings(
|
||||
) {
|
||||
companion object {
|
||||
/** Продакшен-сервер лицензий (захардкожен, не меняется в UI). */
|
||||
const val SERVER_URL = "https://license.mailib.ru/"
|
||||
const val SERVER_URL = "https://license.ttrpgplayer.ru/"
|
||||
@Deprecated("Use SERVER_URL", ReplaceWith("SERVER_URL"))
|
||||
const val DEFAULT_SERVER_URL = SERVER_URL
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user