There was an error while loading. Please reload this page.
1 parent ac5479e commit aeb261fCopy full SHA for aeb261f
android/build.gradle
@@ -7,7 +7,6 @@ def safeExtGet(prop, fallback) {
7
8
android {
9
compileSdkVersion safeExtGet('compileSdkVersion', 28)
10
- buildToolsVersion safeExtGet('buildToolsVersion', "28.0.3")
11
12
defaultConfig {
13
minSdkVersion safeExtGet('minSdkVersion', 19)
@@ -24,6 +23,6 @@ android {
24
23
}
25
26
dependencies {
27
- implementation 'com.facebook.react:react-native:+'
+ implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
28
29
0 commit comments