Auto-commit after successful build: improve build setup

Changed files:\napp/build.gradle.kts
This commit is contained in:
Joe Tretter
2026-04-24 13:54:38 -05:00
parent eee8827f76
commit 3388227ca9

View File

@@ -11,8 +11,8 @@ android {
applicationId = "solutions.tretter.githugandroid"
minSdk = 26
targetSdk = 34
versionCode = 72
versionName = "0.1.71"
versionCode = 73
versionName = "0.1.72"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true