File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- android : versionCode =" 55 "
4- android : versionName =" 1.28.3 " >
3+ android : versionCode =" 56 "
4+ android : versionName =" 1.28.4 " >
55
66 <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
77 <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <resources >
3+
4+ <style name =" AppTheme" parent =" Theme.AppCompat.DayNight.DarkActionBar" >
5+ <item name =" colorPrimary" >@color/colorPrimary</item >
6+ <item name =" android:colorBackground" >@color/textColorPrimary</item >
7+ <item name =" android:windowOptOutEdgeToEdgeEnforcement" >true</item >
8+
9+ </style >
10+ </resources >
You can’t perform that action at this time.
0 commit comments