Browse Source

update libs

Daniel Zlotin 7 years ago
parent
commit
5efb5fc1fb
2 changed files with 6 additions and 5 deletions
  1. 5
    4
      lib/android/app/build.gradle
  2. 1
    1
      playground/android/app/build.gradle

+ 5
- 4
lib/android/app/build.gradle View File

@@ -3,7 +3,7 @@ apply from: '../prepare-robolectric.gradle'
3 3
 
4 4
 android {
5 5
     compileSdkVersion 25
6
-    buildToolsVersion "25.0.2"
6
+    buildToolsVersion "25.0.3"
7 7
 
8 8
     defaultConfig {
9 9
         minSdkVersion 16
@@ -46,11 +46,12 @@ android {
46 46
 
47 47
 dependencies {
48 48
     compile fileTree(include: ['*.jar'], dir: 'libs')
49
-    compile 'com.android.support:design:25.1.1'
50
-    compile 'com.android.support:appcompat-v7:25.1.1'
51
-    compile "com.android.support:support-v4:25.1.1"
49
+    compile 'com.android.support:design:25.3.1'
50
+    compile 'com.android.support:appcompat-v7:25.3.1'
51
+    compile "com.android.support:support-v4:25.3.1"
52 52
 
53 53
     // node_modules
54
+    //noinspection GradleDynamicVersion
54 55
     compile 'com.facebook.react:react-native:+'
55 56
 
56 57
     // tests

+ 1
- 1
playground/android/app/build.gradle View File

@@ -9,7 +9,7 @@ apply from: "../../../node_modules/react-native/react.gradle"
9 9
 
10 10
 android {
11 11
     compileSdkVersion 25
12
-    buildToolsVersion "25.0.2"
12
+    buildToolsVersion "25.0.3"
13 13
 
14 14
     defaultConfig {
15 15
         applicationId "com.reactnativenavigation.playground"