update version codes and application id throughout the codebase

This commit is contained in:
dkanada 2021-04-24 18:45:59 +09:00
commit 2b7d7308d3
11 changed files with 30 additions and 43 deletions

View file

@ -50,7 +50,7 @@ public class App extends Application {
ThemeStore.editTheme(this).primaryColorRes(R.color.md_indigo_500).accentColorRes(R.color.md_pink_A400).commit();
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N_MR1) {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
new DynamicShortcutManager(this).initDynamicShortcuts();
}
}