Skip to content

Commit 4c27425

Browse files
author
hyb1996
committed
更新 gradle版本
1 parent a6bea15 commit 4c27425

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
0 Bytes
Binary file not shown.

app/src/main/java/org/autojs/autojs/ui/shortcut/ShortcutIconSelectActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public boolean onCreateOptionsMenu(Menu menu) {
9595
@Override
9696
public boolean onOptionsItemSelected(MenuItem item) {
9797
startActivityForResult(new Intent(Intent.ACTION_GET_CONTENT)
98-
.setType("image/*"), 11209);
98+
.setType("image/*"), 11234);
9999
return true;
100100
}
101101

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
jcenter()
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.1.4'
11+
classpath 'com.android.tools.build:gradle:3.2.1'
1212

1313
}
1414
}

0 commit comments

Comments
 (0)