release v1.0.18
Auto Tag on Version Change / check-version (push) Failing after 11m37s
Build and Release APK / build (push) Failing after 15m28s

This commit is contained in:
2026-06-05 02:46:08 +05:00
parent 33eb33e18c
commit 26dcb20f7f
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -17,6 +17,8 @@ jobs:
run: |
echo "${{ secrets.KEYSTORE_BASE64 }}" | tr -d '\n' | base64 -d > app/key.jks
echo "${{ secrets.DOTENV_BASE64 }}" | tr -d '\n' | base64 -d > .build/release/.env
echo "ACCOUNT_MVR=${{ vars.ACCOUNT_MVR }}" >> .build/release/.env
echo "ACCOUNT_USD=${{ vars.ACCOUNT_USD }}" >> .build/release/.env
- name: Build APK
working-directory: .build/release
+2 -2
View File
@@ -21,8 +21,8 @@ android {
applicationId = "sh.sar.basedbank"
minSdk = 26
targetSdk = 36
versionCode = 16
versionName = "1.0.17"
versionCode = 17
versionName = "1.0.18"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"