Auto-commit after successful build: improve build setup

Changed files:\napp/build.gradle.kts
This commit is contained in:
Joe Tretter
2026-04-23 13:11:42 -05:00
parent c65f7d0547
commit 09e4bba1a4

View File

@@ -11,8 +11,8 @@ android {
applicationId = "com.kawomi.githugandroid"
minSdk = 26
targetSdk = 34
versionCode = 29
versionName = "0.1.28"
versionCode = 30
versionName = "0.1.29"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true