Skip to content

Commit a4e6ef3

Browse files
committed
Revert increasing buildToolsVersion and targetSdkVersion.
1 parent 52ccc8c commit a4e6ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ def _ext = rootProject.ext
1313

1414
def _reactNativeVersion = _ext.has('reactNative') ? _ext.reactNative : '+'
1515
def _compileSdkVersion = _ext.has('compileSdkVersion') ? _ext.compileSdkVersion : 23
16-
def _buildToolsVersion = _ext.has('buildToolsVersion') ? _ext.buildToolsVersion : '27.0.3'
16+
def _buildToolsVersion = _ext.has('buildToolsVersion') ? _ext.buildToolsVersion : '23.0.1'
1717
def _minSdkVersion = _ext.has('minSdkVersion') ? _ext.minSdkVersion : 16
18-
def _targetSdkVersion = _ext.has('targetSdkVersion') ? _ext.targetSdkVersion : 27
18+
def _targetSdkVersion = _ext.has('targetSdkVersion') ? _ext.targetSdkVersion : 22
1919

2020
android {
2121
compileSdkVersion _compileSdkVersion

0 commit comments

Comments
 (0)