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 20:44:55 -05:00
parent e1d18265d1
commit 015135da5a
2 changed files with 8 additions and 8 deletions

View File

@@ -13,14 +13,14 @@ plugins {
android {
namespace = "solutions.tretter.githugandroid"
compileSdk = 34
compileSdk = 35
defaultConfig {
applicationId = "solutions.tretter.githugandroid"
minSdk = 26
targetSdk = 34
versionCode = 93
versionName = "0.1.92"
targetSdk = 35
versionCode = 94
versionName = "0.1.93"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true