Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit ad9b0d3

Browse files
author
Mark Yu
committed
lock to version 1.5 for segment android integration
1 parent 703a908 commit ad9b0d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ dependencies {
3434
compile 'com.facebook.react:react-native:+'
3535
compile "com.android.support:appcompat-v7:23.0.1"
3636
compile 'com.segment.analytics.android:analytics:4.+'
37-
compile 'com.appsflyer:segment-android-integration:1.+'
37+
// lock to version 1.5 since 1.6 and above uses sdk 25 while RN is still using sdk 23
38+
compile 'com.appsflyer:segment-android-integration:1.5'
3839
}

0 commit comments

Comments
 (0)