feat: make prerequisits for app publication

This commit is contained in:
2026-02-27 18:51:49 +01:00
parent 06272eb08a
commit 78f03096dd
4 changed files with 22 additions and 7 deletions

View File

@@ -17,8 +17,8 @@ android {
applicationId = "hu.bbara.purefin.tv"
minSdk = 29
targetSdk = 36
versionCode = 1
versionName = "1.0"
versionCode = 2000001
versionName = "0.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}