We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ccc8c commit a4e6ef3Copy full SHA for a4e6ef3
android/build.gradle
@@ -13,9 +13,9 @@ def _ext = rootProject.ext
13
14
def _reactNativeVersion = _ext.has('reactNative') ? _ext.reactNative : '+'
15
def _compileSdkVersion = _ext.has('compileSdkVersion') ? _ext.compileSdkVersion : 23
16
-def _buildToolsVersion = _ext.has('buildToolsVersion') ? _ext.buildToolsVersion : '27.0.3'
+def _buildToolsVersion = _ext.has('buildToolsVersion') ? _ext.buildToolsVersion : '23.0.1'
17
def _minSdkVersion = _ext.has('minSdkVersion') ? _ext.minSdkVersion : 16
18
-def _targetSdkVersion = _ext.has('targetSdkVersion') ? _ext.targetSdkVersion : 27
+def _targetSdkVersion = _ext.has('targetSdkVersion') ? _ext.targetSdkVersion : 22
19
20
android {
21
compileSdkVersion _compileSdkVersion
0 commit comments