Auto-commit after successful build: improve build setup

Changed files:\napp/build.gradle.kts
app/src/main/assets/native-git/arm64-v8a/git
This commit is contained in:
Joe Tretter
2026-04-23 05:54:07 -05:00
parent c56a775c83
commit 06bef6609c
2 changed files with 2 additions and 2 deletions

View File

@@ -11,8 +11,8 @@ android {
applicationId = "com.kawomi.githugandroid"
minSdk = 26
targetSdk = 34
versionCode = 12
versionName = "0.1.11"
versionCode = 13
versionName = "0.1.12"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true