File tree Expand file tree Collapse file tree 5 files changed +18
-5
lines changed
Expand file tree Collapse file tree 5 files changed +18
-5
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 11[requires]
2- odrcore/5.0.7
2+ odrcore/5.1.1
33
44[generators]
55CMakeToolchain
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 >
Original file line number Diff line number Diff line change 11plugins {
2- id ' com.android.application' version ' 8.5.2 ' apply false
2+ id ' com.android.application' version ' 8.13.1 ' apply false
33 id ' com.google.gms.google-services' version ' 4.4.2' apply false
44 id ' com.google.firebase.crashlytics' version ' 3.0.2' apply false
55 id ' app.opendocument.conanandroidgradleplugin' version ' 0.9.6' apply false
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments