chore(build): update versionCode to use properties from gradle.properties

This commit is contained in:
2026-05-13 22:37:25 +02:00
parent 6a5f2fd593
commit 9fb3672c19
3 changed files with 5 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ android {
applicationId = "hu.bbara.purefin.tv"
minSdk = 29
targetSdk = 36
versionCode = 2000007
versionCode = providers.gradleProperty("purefinTvVersionCode").get().toInt()
versionName = "0.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"