Version up

And change the original pop up to mention this works with VB, my bad
This commit is contained in:
Nacho 2025-08-06 01:22:43 +02:00
parent 3c17e93d0f
commit f96f00e05a
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ android {
minSdk = 28
targetSdk = 35
versionCode = 1
versionName = "Alpha 0.3"
versionName = "Alpha 0.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -28,7 +28,7 @@ fun BetaWarning(
)
Spacer(modifier = Modifier.padding(8.dp))
Text(
text = "Also, this application does not work yet with the original VB."
text = "Application should work now with the original VB and the VH."
)
Spacer(modifier = Modifier.padding(8.dp))
Text(