This commit is contained in:
Acid
2026-03-25 21:37:45 -04:00
parent 3328708828
commit 1ad37bd6b7
2 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ android {
applicationId "acidburn.stims"
minSdk 24
targetSdk 34
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
+8 -2
View File
@@ -16,8 +16,14 @@ Builds:
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
- versionName: '1.1'
versionCode: 2
commit: v1.1
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: '1.0'
CurrentVersionCode: 1
CurrentVersion: '1.1'
CurrentVersionCode: 2