Browse Source

update example proj

Daniel Zlotin 7 years ago
parent
commit
09c8c681b1
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      example/android/app/build.gradle

+ 1
- 2
example/android/app/build.gradle View File

19
 def enableProguardInReleaseBuilds = false
19
 def enableProguardInReleaseBuilds = false
20
 
20
 
21
 android {
21
 android {
22
-    compileSdkVersion 23
22
+    compileSdkVersion 25
23
     buildToolsVersion "25.0.1"
23
     buildToolsVersion "25.0.1"
24
 
24
 
25
     defaultConfig {
25
     defaultConfig {
63
 
63
 
64
 dependencies {
64
 dependencies {
65
     compile fileTree(dir: 'libs', include: ['*.jar'])
65
     compile fileTree(dir: 'libs', include: ['*.jar'])
66
-    compile 'com.android.support:appcompat-v7:23.0.1'
67
     compile 'com.facebook.react:react-native:+'
66
     compile 'com.facebook.react:react-native:+'
68
     compile project(':react-native-navigation')
67
     compile project(':react-native-navigation')
69
 }
68
 }