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