Skip to content

Commit adba285

Browse files
ElvisChiangsatya164
authored andcommitted
Restrict sdk version to 4.20.x to fix #56 (#57)
1 parent 9e7e2c9 commit adba285

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ repositories {
3636
dependencies {
3737
compile 'com.facebook.react:react-native:+'
3838
compile 'com.android.support:appcompat-v7:23.1.0'
39-
compile 'com.facebook.android:audience-network-sdk:4.+'
39+
compile 'com.facebook.android:audience-network-sdk:4.20.+'
4040
}

0 commit comments

Comments
 (0)