Skip to content

Commit

Permalink
fix: android dependency conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Aug 7, 2017
1 parent 53b4685 commit 66a0e01
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ android {
dependencies {
// multidex for frameworks
compile 'com.android.support:multidex:1.0.1'
// branch sdk
// Branch sdk
compile 'io.branch.sdk.android:library:2+'
// branch app indexing
compile 'com.google.android.gms:play-services-appindexing:9.+'
// branch chrome tabs for better matching
compile 'com.android.support:customtabs:23.3.0'
// branch gaid for better device matching (TODO: turned off because it conflicts with other plugins)
// Branch app indexing
// compile 'com.google.android.gms:play-services-appindexing:9.+'
// Branch chrome tabs for better matching
// compile 'com.android.support:customtabs:23.3.0'
// Branch GAID for better device matching (TODO: turned off because it conflicts with other plugins)
// compile 'com.google.android.gms:play-services-ads:11+'
}

0 comments on commit 66a0e01

Please sign in to comment.