Skip to content

Commit

Permalink
Merge pull request #7 from RodrigoSMarques/bugfix
Browse files Browse the repository at this point in the history
Updated dependencies for Android: From play-services-appindexing to firebase-appindexing
  • Loading branch information
RodrigoSMarques authored Jan 9, 2020
2 parents ce344dd + 71cc329 commit c4d7e3a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.1.3
* Updated Android dependencies: From play-services-appindexing to firebase-appindexing
## 0.1.2
* Compatibility with apps built on earlier versions of Flutter 1.12
* Improved error handling in initSession
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {

dependencies {
implementation 'io.branch.sdk.android:library:4.+'
implementation 'com.google.android.gms:play-services-appindexing:9.+'
implementation 'com.google.android.gms:play-services-ads:9+'
implementation 'com.google.firebase:firebase-appindexing:19.0.0'
implementation 'com.google.android.gms:play-services-ads:16+'
implementation 'com.android.support:customtabs:28.0.0'
}

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.1+1"
version: "0.1.3"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_branch_sdk
description: Flutter Plugin for create deep link using Brach Metrics SDK (https://branch.io). This plugin provides a cross-platform (iOS, Android).
version: 0.1.2
version: 0.1.3
homepage: https://github.com/RodrigoSMarques/flutter_branch_sdk

dependencies:
Expand Down

0 comments on commit c4d7e3a

Please sign in to comment.