File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 22# R8 usage for DAVx⁵:
33# shrinking yes (only in release builds)
44# optimization yes (on by R8 defaults)
5+ # full-mode no (see gradle.properties)
56# obfuscation no (open-source)
67
78-dontobfuscate
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ buildscript {
3434 }
3535
3636 dependencies {
37- classpath ' com.android.tools.build:gradle:8.2.0'
37+ classpath ' com.android.tools.build:gradle:8.1.4 ' // 8. 2.0 seems to be broken, see https://github.com/bitfireAT/davx5-ose/issues/511
3838 classpath " com.google.dagger:hilt-android-gradle-plugin:${ versions.hilt} "
3939 classpath " com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${ versions.aboutLibraries} "
4040 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:${ versions.kotlin} "
You can’t perform that action at this time.
0 commit comments