Auto-commit after successful build: improve build setup

Changed files:\napp/build.gradle.kts
app/src/main/AndroidManifest.xml
app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
app/src/main/res/mipmap/ic_launcher.xml
app/src/main/res/mipmap/ic_launcher_round.xml
app/src/main/res/values/colors.xml
This commit is contained in:
Joe Tretter
2026-04-24 20:36:30 -05:00
parent 3c8098ff28
commit e1d18265d1
7 changed files with 26 additions and 4 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId = "solutions.tretter.githugandroid"
minSdk = 26
targetSdk = 34
versionCode = 92
versionName = "0.1.91"
versionCode = 93
versionName = "0.1.92"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true