Skip to content

Commit 0b5b4f7

Browse files
committed
Corrected build gradle with ressources shrinking
1 parent 7f764de commit 0b5b4f7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pre-release_on-push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
echo "versionName=$VER" >> $GITHUB_ENV
2828
echo "Detected versionName: $VER"
2929
30-
3130
# Decode keystore
3231
- name: Decode keystore
3332
run: echo "${{ secrets.KEYSTORE_FILE_B64 }}" | base64 -d > my-release-key.jks

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ android {
7373

7474
create("debuggableRelease") {
7575
initWith(getByName("release"))
76-
isMinifyEnabled = false
76+
isMinifyEnabled = true
7777
isShrinkResources = true
7878
isDebuggable = true
7979
}

0 commit comments

Comments
 (0)