mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-24 03:36:51 +00:00
chore(build): update versionCode to use properties from gradle.properties
This commit is contained in:
@@ -19,7 +19,7 @@ android {
|
|||||||
applicationId = "hu.bbara.purefin.tv"
|
applicationId = "hu.bbara.purefin.tv"
|
||||||
minSdk = 29
|
minSdk = 29
|
||||||
targetSdk = 36
|
targetSdk = 36
|
||||||
versionCode = 2000007
|
versionCode = providers.gradleProperty("purefinTvVersionCode").get().toInt()
|
||||||
versionName = "0.1"
|
versionName = "0.1"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ android {
|
|||||||
applicationId = "hu.bbara.purefin"
|
applicationId = "hu.bbara.purefin"
|
||||||
minSdk = 29
|
minSdk = 29
|
||||||
targetSdk = 36
|
targetSdk = 36
|
||||||
versionCode = 1000012
|
versionCode = providers.gradleProperty("purefinVersionCode").get().toInt()
|
||||||
versionName = "0.1"
|
versionName = "0.1"
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ android.dependency.useConstraints=true
|
|||||||
android.r8.strictFullModeForKeepRules=false
|
android.r8.strictFullModeForKeepRules=false
|
||||||
android.builtInKotlin=false
|
android.builtInKotlin=false
|
||||||
android.newDsl=false
|
android.newDsl=false
|
||||||
|
purefinVersionCode=1000012
|
||||||
|
purefinTvVersionCode=2000007
|
||||||
|
|||||||
Reference in New Issue
Block a user