Auto-commit after successful build: improve build setup

Changed files:\nCreateUploadKey.sh
app/build.gradle.kts
This commit is contained in:
Joe Tretter
2026-04-24 20:20:39 -05:00
parent 7fff81b1f5
commit 46162ed6e2
2 changed files with 101 additions and 2 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId = "solutions.tretter.githugandroid"
minSdk = 26
targetSdk = 34
versionCode = 83
versionName = "0.1.82"
versionCode = 87
versionName = "0.1.86"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true