chore(build): increment versionCode to 1000008

This commit is contained in:
2026-05-03 22:12:05 +02:00
parent 31c1b0dd92
commit 9a83eb635f

View File

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