feat: increment version codes for app updates

This commit is contained in:
2026-05-08 22:36:28 +02:00
parent 26a134869e
commit 2c0d689767
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ android {
applicationId = "hu.bbara.purefin.tv"
minSdk = 29
targetSdk = 36
versionCode = 2000004
versionCode = 2000005
versionName = "0.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -17,7 +17,7 @@ android {
applicationId = "hu.bbara.purefin"
minSdk = 29
targetSdk = 36
versionCode = 1000009
versionCode = 1000010
versionName = "0.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}