Auto-commit after successful build: improve build setup

Changed files:\napp/build.gradle.kts
This commit is contained in:
Joe Tretter
2026-04-23 22:08:18 -05:00
parent 8c5d86f06e
commit b7dcc20bba

View File

@@ -11,8 +11,8 @@ android {
applicationId = "com.kawomi.githugandroid"
minSdk = 26
targetSdk = 34
versionCode = 50
versionName = "0.1.49"
versionCode = 51
versionName = "0.1.50"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true