更新 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

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;
}