Skip to content

Commit

Permalink
update proguard files
Browse files Browse the repository at this point in the history
  • Loading branch information
btimofeev committed Nov 15, 2024
1 parent d29e73e commit aff8a94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 62 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ android {
buildTypes {
release {
minifyEnabled true
shrinkResources false
proguardFile './proguard-android.txt'
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
}
debug {
Expand Down
60 changes: 0 additions & 60 deletions app/proguard-android.txt

This file was deleted.

2 changes: 2 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-dontwarn javax.annotation.processing.AbstractProcessor
-dontwarn javax.annotation.processing.SupportedOptions

0 comments on commit aff8a94

Please sign in to comment.