chore: rename repos a2i -> gotmsg (GitHub + Gitea)
- GitHub: lsxf/a2i -> lsxf/gotmsg - Gitea: song/a2i -> song/gotmsg - Updated GITHUB_API, GITEA_API, DEFAULT_ICON_PREFIX - Updated git remote URLs - version 1.9.6 -> 1.9.7 (code 35 -> 36) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -13,8 +13,8 @@ android {
|
||||
applicationId = "com.a2i.forwarder"
|
||||
minSdk = 34
|
||||
targetSdk = 36
|
||||
versionCode = 35
|
||||
versionName = "1.9.6"
|
||||
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