mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +00:00
feat: add red debug icon and separate debug update URL
- Replace hardcoded vector fill color with @color/ic_launcher_foreground - Override foreground to #E53935 (red) for debug builds - Use manifest placeholders for build-type specific update URLs - Update release URL to https://apks.t.bbara.hu/apks/purefin-app/update.json - Add APK repository upload guide to README
This commit is contained in:
@@ -26,6 +26,7 @@ android {
|
||||
debug {
|
||||
applicationIdSuffix = ".debug"
|
||||
versionNameSuffix = "-debug"
|
||||
manifestPlaceholders["updateManifestUrl"] = "https://apks.t.bbara.hu/apks/purefin-app-debug/update.json"
|
||||
}
|
||||
release {
|
||||
// Enables code-related app optimization.
|
||||
@@ -33,6 +34,7 @@ android {
|
||||
|
||||
// Enables resource shrinking.
|
||||
isShrinkResources = true
|
||||
manifestPlaceholders["updateManifestUrl"] = "https://apks.t.bbara.hu/apks/purefin-app/update.json"
|
||||
proguardFiles(
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user