Skip to content

Commit

Permalink
Add consumerProguardFiles to default config
Browse files Browse the repository at this point in the history
  • Loading branch information
mishkov committed Aug 29, 2022
1 parent 72dda73 commit 42d593c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ android {
compileSdkVersion 33

defaultConfig {
consumerProguardFiles 'proguard-rules.pro'

minSdkVersion 16
targetSdkVersion 33
versionCode 1
Expand Down

0 comments on commit 42d593c

Please sign in to comment.