修复在Android O上创建快捷方式失败的问题;替换默认快捷方式图标

This commit is contained in:
hyb1996
2018-07-07 22:47:20 +08:00
parent dc468c7de4
commit e247943035
9 changed files with 62 additions and 30 deletions

View File

@@ -2,8 +2,8 @@ apply plugin: 'com.android.application'
def AAVersion = '4.3.1'
android {
compileSdkVersion 25
buildToolsVersion '26.0.2'
compileSdkVersion 27
buildToolsVersion '27.0.3'
defaultConfig {
applicationId "org.autojs.autojs"
minSdkVersion 17