~cytrogen/vbhelper

f8ec89933501f962492bb8c674b26d1a44ad6bd2 — Nacho 8 months ago b95edfa
Version up and credits
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.5"
        versionName = "Alpha 0.5.1"

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

M app/src/main/java/com/github/nacabaro/vbhelper/screens/settingsScreen/CreditsScreen.kt => app/src/main/java/com/github/nacabaro/vbhelper/screens/settingsScreen/CreditsScreen.kt +1 -0
@@ 35,6 35,7 @@ fun CreditsScreen(
            SettingsEntry(title = "cfogrady", description = "Developed vb-lib-nfc and part of this application.") { }
            SettingsEntry(title = "nacabaro", description = "Developed this application.") { }
            SettingsEntry(title = "lightheel", description = "Developing the battling part for this application, including server. Still in the works.") { }
            SettingsEntry(title = "shvstrz", description = "Designing the app icon in SVG.") { }
        }
    }
}
\ No newline at end of file