Auto-commit after successful build: improve build setup

Changed files:\nSetupBuildEnvironment.sh
app/build.gradle.kts
This commit is contained in:
Joe Tretter
2026-04-24 16:25:21 -05:00
parent d673d5f3a6
commit 5b5d88872f
2 changed files with 45 additions and 7 deletions

View File

@@ -11,8 +11,8 @@ android {
applicationId = "solutions.tretter.githugandroid"
minSdk = 26
targetSdk = 34
versionCode = 80
versionName = "0.1.79"
versionCode = 81
versionName = "0.1.80"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true