更新 gradle版本

This commit is contained in:
hyb1996
2019-01-14 09:19:11 +08:00
parent a6bea15ca0
commit 4c27425755
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -95,7 +95,7 @@ public class ShortcutIconSelectActivity extends BaseActivity {
@Override
public boolean onOptionsItemSelected(MenuItem item) {
startActivityForResult(new Intent(Intent.ACTION_GET_CONTENT)
.setType("image/*"), 11209);
.setType("image/*"), 11234);
return true;
}

View File

@@ -8,7 +8,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.2.1'
}
}