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

Changed files:\napp/build.gradle.kts
app/src/main/java/com/kawomi/githugandroid/PaneLayoutModels.kt
This commit is contained in:
Joe Tretter
2026-04-23 21:46:58 -05:00
parent 53fe1f11e7
commit 273d1c9e40
2 changed files with 6 additions and 6 deletions

View File

@@ -11,8 +11,8 @@ android {
applicationId = "com.kawomi.githugandroid"
minSdk = 26
targetSdk = 34
versionCode = 46
versionName = "0.1.45"
versionCode = 47
versionName = "0.1.46"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true