Auto-commit after successful build: improve build setup

Changed files:\napp/build.gradle.kts
This commit is contained in:
Joe Tretter
2026-05-02 20:31:59 -05:00
parent 8bcfa2bee4
commit 02f26be3fa

View File

@@ -19,8 +19,8 @@ android {
applicationId = "solutions.tretter.githugandroid" applicationId = "solutions.tretter.githugandroid"
minSdk = 26 minSdk = 26
targetSdk = 35 targetSdk = 35
versionCode = 94 versionCode = 95
versionName = "0.1.93" versionName = "0.1.94"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true