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/Terminal.kt
This commit is contained in:
Joe Tretter
2026-05-02 22:49:09 -05:00
parent d1922eb0a2
commit 893fa2b56e
2 changed files with 19 additions and 16 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId = "solutions.tretter.githugandroid"
minSdk = 26
targetSdk = 35
versionCode = 105
versionName = "0.1.104"
versionCode = 106
versionName = "0.1.105"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true