We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6a5b5 commit 0f98b33Copy full SHA for 0f98b33
android/lib/build.gradle
@@ -25,8 +25,7 @@ dependencies {
25
provided 'com.facebook.react:react-native:+'
26
compile 'com.google.android.gms:play-services-base:+'
27
compile 'com.google.android.gms:play-services-location:+'
28
- compile 'com.android.support:appcompat-v7:23.4.0'
29
- compile 'com.android.support:support-v4:+'
+ compile 'com.android.support:support-v4:23.+'
30
compile 'com.github.tony19:logback-android-core:1.1.1-6'
31
compile('com.github.tony19:logback-android-classic:1.1.1-6') {
32
exclude group: 'com.google.android', module: 'android'
android/settings.gradle
@@ -1,2 +1 @@
1
include ':lib'
2
-include ':common'
0 commit comments