-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #307 from RodrigoSMarques/dev
Release 7.3.0
- Loading branch information
Showing
8 changed files
with
18 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1 @@ | ||
#Flutter Wrapper | ||
-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.google.android.gms.ads.identifier.** { *; } | ||
-keep class com.google.android.gms.* {*;} | ||
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient { | ||
com.google.android.gms.ads.identifier.AdvertisingIdClient$Info getAdvertisingIdInfo(android.content.Context); | ||
} | ||
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient$Info { | ||
java.lang.String getId(); | ||
boolean isLimitAdTrackingEnabled(); | ||
} | ||
-dontwarn com.google.android.play.core.splitcompat.SplitCompatApplication | ||
-dontwarn com.google.android.play.core.splitinstall.SplitInstallException | ||
-dontwarn com.google.android.play.core.splitinstall.SplitInstallManager | ||
-dontwarn com.google.android.play.core.splitinstall.SplitInstallManagerFactory | ||
-dontwarn com.google.android.play.core.splitinstall.SplitInstallRequest$Builder | ||
-dontwarn com.google.android.play.core.splitinstall.SplitInstallRequest | ||
-dontwarn com.google.android.play.core.splitinstall.SplitInstallSessionState | ||
-dontwarn com.google.android.play.core.splitinstall.SplitInstallStateUpdatedListener | ||
-dontwarn com.google.android.play.core.tasks.OnFailureListener | ||
-dontwarn com.google.android.play.core.tasks.OnSuccessListener | ||
-dontwarn com.google.android.play.core.tasks.Task | ||
-keep class com.google.android.gms.** { *; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class AppConstants { | ||
AppConstants._internal(); | ||
static const PLUGIN_VERSION = "7.2.0"; | ||
static const PLUGIN_VERSION = "7.3.0"; | ||
static const MESSAGE_CHANNEL = 'flutter_branch_sdk/message'; | ||
static const EVENT_CHANNEL = 'flutter_branch_sdk/event'; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3dbada4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://flutter-branch-sdk.netlify.app as production
🚀 Deployed on https://6611f2f751a9b4507e97f41c--flutter-branch-sdk.netlify.app