Skip to content

Commit 047c4e9

Browse files
committed
fix android release build
1 parent 2e68a71 commit 047c4e9

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
@@ -12,8 +12,8 @@ buildscript {
1212
apply plugin: 'com.android.library'
1313

1414
android {
15-
compileSdkVersion 23
16-
buildToolsVersion "23.0.1"
15+
compileSdkVersion 28
16+
buildToolsVersion "28.0.3"
1717

1818
defaultConfig {
1919
minSdkVersion 16

0 commit comments

Comments
 (0)