File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ android {
7
7
dependencies {
8
8
// multidex for frameworks
9
9
compile ' com.android.support:multidex:1.0.1'
10
- // branch sdk
10
+ // Branch sdk
11
11
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)
17
17
// compile 'com.google.android.gms:play-services-ads:11+'
18
18
}
You can’t perform that action at this time.
0 commit comments