push before automatize version incrementation!

This commit is contained in:
OnlyPapy98
2026-06-02 09:03:46 +00:00
parent 8aa4ad3921
commit c652dc4141
37 changed files with 1291 additions and 88 deletions

View File

@@ -22,8 +22,8 @@ android {
applicationId = "com.example.quiz"
minSdk = 29
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionCode = 2
versionName = "1.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}