Skip to content

Commit

Permalink
Merge pull request #389 from Integral-Tech/clean-up-proguard-rules
Browse files Browse the repository at this point in the history
fix: clean up proguard-rules to remove depends on google libraries
  • Loading branch information
Integral-Tech authored Jun 11, 2024
2 parents 5059872 + 80e84c0 commit 1f50a1f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
-keep class io.flutter.app.** { *; }
-keep class io.flutter.plugin.** { *; }
-keep class io.flutter.util.** { *; }
-keep class io.flutter.view.** { *; }
-keep class io.flutter.** { *; }
-keep class io.flutter.plugins.** { *; }
-keep class com.jcraft.** { *; }

0 comments on commit 1f50a1f

Please sign in to comment.