feat(build): add separate versionCode for debug build type

Renamed purefinVersionCode to purefinReleaseVersionCode and added purefinDebugVersionCode to allow independent version tracking for debug and release builds.
This commit is contained in:
2026-05-23 09:31:47 +00:00
parent 2e4eb2fb30
commit 8d73974add
3 changed files with 6 additions and 4 deletions

View File

@@ -28,5 +28,6 @@ android.dependency.useConstraints=true
android.r8.strictFullModeForKeepRules=false
android.builtInKotlin=false
android.newDsl=false
purefinVersionCode=1000018
purefinReleaseVersionCode=1000018
purefinDebugVersionCode=1000000
purefinTvVersionCode=2000009