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/Exercise.kt
This commit is contained in:
Joe Tretter
2026-05-02 22:27:43 -05:00
parent 6ad1cc2860
commit 4727b314b4
2 changed files with 23 additions and 10 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId = "solutions.tretter.githugandroid"
minSdk = 26
targetSdk = 35
versionCode = 101
versionName = "0.1.100"
versionCode = 102
versionName = "0.1.101"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true