Browse Source

Update support lib dependencies to v25.0.1

Guy Carmeli 8 years ago
parent
commit
4b9440b552
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      android/app/build.gradle

+ 3
- 3
android/app/build.gradle View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2 2
 apply from: '../prepare-robolectric.gradle'
3 3
 
4 4
 android {
5
-    compileSdkVersion 23
5
+    compileSdkVersion 25
6 6
     buildToolsVersion "25.0.1"
7 7
 
8 8
     defaultConfig {
@@ -47,8 +47,8 @@ android {
47 47
 dependencies {
48 48
     compile fileTree(dir: "libs", include: ["*.jar"])
49 49
 
50
-    compile "com.android.support:appcompat-v7:23.3.0"
51
-    compile 'com.android.support:design:23.3.0'
50
+    compile "com.android.support:appcompat-v7:25.0.1"
51
+    compile 'com.android.support:design:25.0.1'
52 52
 
53 53
     // node_modules
54 54
     compile "com.facebook.react:react-native:+"