Compare commits
2 Commits
648c63bfbc
..
v1.9.7
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f9f6e9934 | |||
| 38c2bcd819 |
@@ -13,8 +13,8 @@ android {
|
||||
applicationId = "com.a2i.forwarder"
|
||||
minSdk = 34
|
||||
targetSdk = 36
|
||||
versionCode = 34
|
||||
versionName = "1.9.5"
|
||||
versionCode = 36
|
||||
versionName = "1.9.7"
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
|
||||
@@ -300,8 +300,8 @@ class UpdateChecker(private val context: Context) {
|
||||
}
|
||||
|
||||
companion object {
|
||||
const val GITHUB_API = "https://api.github.com/repos/lsxf/a2i/releases/latest"
|
||||
const val GITEA_API = "https://gitea.songer.eu.org/api/v1/repos/song/a2i/releases/latest"
|
||||
const val GITHUB_API = "https://api.github.com/repos/lsxf/gotmsg/releases/latest"
|
||||
const val GITEA_API = "https://gitea.songer.eu.org/api/v1/repos/song/gotmsg/releases/latest"
|
||||
const val CHECK_INTERVAL_MS = 24L * 60 * 60 * 1000
|
||||
}
|
||||
|
||||
|
||||
@@ -354,6 +354,6 @@ class SettingsStore(
|
||||
|
||||
companion object {
|
||||
const val ID_OFFICIAL = "official"
|
||||
const val DEFAULT_ICON_PREFIX = "https://raw.githubusercontent.com/lsxf/a2i/main/icons/"
|
||||
const val DEFAULT_ICON_PREFIX = "https://raw.githubusercontent.com/lsxf/gotmsg/main/icons/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user