~cytrogen/vbhelper

f96f00e05abe3e76559dded40f84d0a397af2eba — Nacho 8 months ago 3c17e93
Version up
And change the original pop up to mention this works with VB, my bad
M app/build.gradle.kts => app/build.gradle.kts +1 -1
@@ 15,7 15,7 @@ android {
        minSdk = 28
        targetSdk = 35
        versionCode = 1
        versionName = "Alpha 0.3"
        versionName = "Alpha 0.4"

        testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
    }

M app/src/main/java/com/github/nacabaro/vbhelper/screens/homeScreens/BetaWarning.kt => app/src/main/java/com/github/nacabaro/vbhelper/screens/homeScreens/BetaWarning.kt +1 -1
@@ 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(