mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +00:00
feat(build): update debug and release update URLs in README and build.gradle.kts
This commit is contained in:
@@ -60,10 +60,10 @@ APKs are distributed via the [APK Version Manager](https://apks.t.bbara.hu/docs)
|
|||||||
#### App names
|
#### App names
|
||||||
|
|
||||||
| Variant | App name | Update URL |
|
| Variant | App name | Update URL |
|
||||||
|---------|----------|------------|
|
|---------|----------|--------------------------------------------------------------|
|
||||||
| Release (phone) | `purefin-app` | `https://apks.t.bbara.hu/apks/purefin-app/update.json` |
|
| Release (phone) | `purefin-app` | `https://apks.t.bbara.hu/apps/purefin-app/update.json` |
|
||||||
| Debug (phone) | `purefin-app-debug` | `https://apks.t.bbara.hu/apks/purefin-app-debug/update.json` |
|
| Debug (phone) | `purefin-app-debug` | `https://apks.t.bbara.hu/apps/purefin-app-debug/update.json` |
|
||||||
| Release (TV) | `purefin-tv` | `https://apks.t.bbara.hu/apks/purefin-tv/update.json` |
|
| Release (TV) | `purefin-tv` | `https://apks.t.bbara.hu/apps/purefin-tv/update.json` |
|
||||||
|
|
||||||
#### Building
|
#### Building
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ android {
|
|||||||
applicationIdSuffix = ".debug"
|
applicationIdSuffix = ".debug"
|
||||||
versionCode = providers.gradleProperty("purefinDebugVersionCode").get().toInt()
|
versionCode = providers.gradleProperty("purefinDebugVersionCode").get().toInt()
|
||||||
versionNameSuffix = "-debug"
|
versionNameSuffix = "-debug"
|
||||||
manifestPlaceholders["updateManifestUrl"] = "https://apks.t.bbara.hu/apks/purefin-app-debug/update.json"
|
manifestPlaceholders["updateManifestUrl"] = "https://apks.t.bbara.hu/apps/purefin-app-debug/update.json"
|
||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
versionCode = providers.gradleProperty("purefinReleaseVersionCode").get().toInt()
|
versionCode = providers.gradleProperty("purefinReleaseVersionCode").get().toInt()
|
||||||
@@ -35,7 +35,7 @@ android {
|
|||||||
|
|
||||||
// Enables resource shrinking.
|
// Enables resource shrinking.
|
||||||
isShrinkResources = true
|
isShrinkResources = true
|
||||||
manifestPlaceholders["updateManifestUrl"] = "https://apks.t.bbara.hu/apks/purefin-app/update.json"
|
manifestPlaceholders["updateManifestUrl"] = "https://apks.t.bbara.hu/apps/purefin-app/update.json"
|
||||||
proguardFiles(
|
proguardFiles(
|
||||||
getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"
|
getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user