Skip to content

Commit 4519852

Browse files
committed
upgrade sdk version
1 parent 3ffe931 commit 4519852

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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>

0 commit comments

Comments
 (0)