Skip to content

Commit

Permalink
CI: revert opt
Browse files Browse the repository at this point in the history
  • Loading branch information
NoCrypt committed Jul 27, 2024
1 parent 946b726 commit c7d4032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions capacitor/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
splits {
Expand Down

0 comments on commit c7d4032

Please sign in to comment.