Auto-commit after successful build: improve build setup

Changed files:\napp/build.gradle.kts
This commit is contained in:
Joe Tretter
2026-04-23 05:56:18 -05:00
parent 06bef6609c
commit 0be0a2f13f

View File

@@ -11,8 +11,8 @@ android {
applicationId = "com.kawomi.githugandroid" applicationId = "com.kawomi.githugandroid"
minSdk = 26 minSdk = 26
targetSdk = 34 targetSdk = 34
versionCode = 13 versionCode = 14
versionName = "0.1.12" versionName = "0.1.13"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true