Skip to content

Commit d13ec99

Browse files
committed
update
compileSdkVersion -> 28 buildToolsVersion -> 28.03 版本升级解决打包报错的问题
1 parent 6af175d commit d13ec99

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
@@ -1,8 +1,8 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 27
5-
buildToolsVersion "23.0.1"
4+
compileSdkVersion 28
5+
buildToolsVersion "28.0.3"
66

77
defaultConfig {
88
minSdkVersion 16

0 commit comments

Comments
 (0)