Auto-commit after successful build: update app gameplay/UI, improve build setup

Changed files:\napp/build.gradle.kts
app/src/main/java/solutions/tretter/githugandroid/levels/AdvancedLevels.kt
This commit is contained in:
Joe Tretter
2026-05-02 23:18:28 -05:00
parent c3c672eb27
commit 6200fdc912
2 changed files with 3 additions and 3 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId = "solutions.tretter.githugandroid"
minSdk = 26
targetSdk = 35
versionCode = 109
versionName = "0.1.108"
versionCode = 110
versionName = "0.1.109"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true