Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 1c5f4a1

Browse files
build.gradle: set Android SDK Build Tools version to 23.0.1 (#747)
`[email protected]` release introduces Android SDK Build Tools inconsistency between React Native app and react-native-code-push Module. It's convenient to have the same version of Android SDK Build Tools both for React Native app and react-native-code-push module, due to facebook/react-native#11422 (comment)
1 parent 2bd2b93 commit 1c5f4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: "com.android.library"
22

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion "23.0.3"
5+
buildToolsVersion "23.0.1"
66

77
defaultConfig {
88
minSdkVersion 16

0 commit comments

Comments
 (0)