Skip to content

Commit

Permalink
fix proguard for logback and dart version (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeopt authored Jan 10, 2024
1 parent 2f8ddfd commit 0f4a6eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion android/proguard-rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
# Optimizely
-keep class com.optimizely.optimizely_flutter_sdk.** {*;}
-keep class com.fasterxml.jackson.** {*;}
# Logback
-keep class ch.qos.** { *; }
##---------------End: proguard configuration ----------

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.0.0-beta
homepage: https://github.com/optimizely/optimizely-flutter-sdk

environment:
sdk: '>=2.16.2 <=3.1.2'
sdk: '>=2.16.2 <4.0.0'
flutter: ">=2.5.0"

dependencies:
Expand Down

0 comments on commit 0f4a6eb

Please sign in to comment.