Skip to content

Commit 66a0e01

Browse files
committed
fix: android dependency conflicts
1 parent 53b4685 commit 66a0e01

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ android {
77
dependencies {
88
// multidex for frameworks
99
compile 'com.android.support:multidex:1.0.1'
10-
// branch sdk
10+
// Branch sdk
1111
compile 'io.branch.sdk.android:library:2+'
12-
// branch app indexing
13-
compile 'com.google.android.gms:play-services-appindexing:9.+'
14-
// branch chrome tabs for better matching
15-
compile 'com.android.support:customtabs:23.3.0'
16-
// branch gaid for better device matching (TODO: turned off because it conflicts with other plugins)
12+
// Branch app indexing
13+
// compile 'com.google.android.gms:play-services-appindexing:9.+'
14+
// Branch chrome tabs for better matching
15+
// compile 'com.android.support:customtabs:23.3.0'
16+
// Branch GAID for better device matching (TODO: turned off because it conflicts with other plugins)
1717
// compile 'com.google.android.gms:play-services-ads:11+'
1818
}

0 commit comments

Comments
 (0)