We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdaedab + 354cfcc commit d55450aCopy full SHA for d55450a
1 file changed
android/build.gradle
@@ -27,6 +27,7 @@ android {
27
28
defaultConfig {
29
minSdkVersion safeExtGet('minSdkVersion', 16)
30
+ compileSdkVersion safeExtGet('compileSdkVersion', 23)
31
targetSdkVersion safeExtGet('targetSdkVersion', 23)
32
versionCode 1
33
versionName "1.0"
@@ -54,6 +55,6 @@ repositories {
54
55
}
56
57
dependencies {
- compile 'com.facebook.react:react-native:+'
58
+ implementation 'com.facebook.react:react-native:+'
59
60
0 commit comments