Skip to content

Commit

Permalink
Merge pull request juliansteenbakker#828 from navaronbracke/proguard_…
Browse files Browse the repository at this point in the history
…setup

feat: Add proguard file to plugin
  • Loading branch information
navaronbracke authored Oct 24, 2023
2 parents 17ee8cb + 45c6bd3 commit 1415640
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ android {

defaultConfig {
minSdkVersion 21
consumerProguardFiles 'proguard-rules.pro'
}

testOptions {
Expand Down
3 changes: 3 additions & 0 deletions android/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-keep class com.google.mlkit.* { *; }
-keep class com.google.android.libraries.barhopper.** { *; }
-keep class com.google.photos.* { *; }

0 comments on commit 1415640

Please sign in to comment.