chore(build): increment versionCode to 1000006 for the next release

This commit is contained in:
2026-05-03 17:45:38 +02:00
parent 63a8a108e2
commit db15bf7e2c

View File

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