File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ android {
3131 defaultConfig {
3232 applicationId " at.tomtasche.reader"
3333 minSdkVersion 23
34- compileSdkVersion 34
35- targetSdkVersion 34
34+ compileSdkVersion 35
35+ targetSdkVersion 35
3636
3737 testApplicationId " at.tomtasche.reader.test"
3838 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <resources >
3+
4+ <style name =" MainTheme" parent =" Theme.AppCompat.Light" >
5+ <item name =" colorPrimary" >#ffffff</item >
6+ <item name =" colorPrimaryDark" >#6b6b6b</item >
7+ <item name =" colorAccent" >#b5b5b5</item >
8+ <item name =" android:textColorPrimary" >#6b6b6b</item >
9+ <item name =" android:textColorSecondary" >#b5b5b5</item >
10+ <item name =" android:forceDarkAllowed" >true</item >
11+ <item name =" android:windowOptOutEdgeToEdgeEnforcement" >true</item >
12+ </style >
13+ </resources >
You can’t perform that action at this time.
0 commit comments