Skip to content

Commit f43a4e6

Browse files
authored
Update build.gradle
In app centre build we need to define buildToolsVersion
1 parent 6a3dfb0 commit f43a4e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ apply plugin: 'com.android.library'
1313

1414
android {
1515
compileSdkVersion 23
16-
16+
buildToolsVersion "23.0.1"
17+
1718
defaultConfig {
1819
minSdkVersion 16
1920
targetSdkVersion 22

0 commit comments

Comments
 (0)