finished opening screen

This commit is contained in:
oxidiert
2025-09-21 19:49:49 +02:00
parent 1ffd09049e
commit 894823f42a
11 changed files with 420 additions and 175 deletions

View File

@ -13,7 +13,7 @@ android {
minSdk = 29
targetSdk = 35
versionCode = 1
versionName = "1.1"
versionName = "1.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}