0.1.0 - Fixed starting health slider

This commit is contained in:
2025-08-10 21:14:20 -06:00
parent 10e26b1fcd
commit 7e4c63aa00
3 changed files with 11 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ android {
minSdk = 35
targetSdk = 35
versionCode = 1
versionName = "0.1.0"
versionName = "0.1.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}