Skip to content

Commit 0f98b33

Browse files
committed
Android fix mauron85#116
1 parent 2f6a5b5 commit 0f98b33

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

android/lib/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ dependencies {
2525
provided 'com.facebook.react:react-native:+'
2626
compile 'com.google.android.gms:play-services-base:+'
2727
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:+'
28+
compile 'com.android.support:support-v4:23.+'
3029
compile 'com.github.tony19:logback-android-core:1.1.1-6'
3130
compile('com.github.tony19:logback-android-classic:1.1.1-6') {
3231
exclude group: 'com.google.android', module: 'android'

android/settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
include ':lib'
2-
include ':common'

0 commit comments

Comments
 (0)