Skip to content

Commit

Permalink
Downgrade AGP to 8.1.4 (fixes #511)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc2822 committed Dec 25, 2023
1 parent 5816222 commit e5c73be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/proguard-rules-release.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# R8 usage for DAVx⁵:
# shrinking yes (only in release builds)
# optimization yes (on by R8 defaults)
# full-mode no (see gradle.properties)
# obfuscation no (open-source)

-dontobfuscate
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.2.0'
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
classpath "com.google.dagger:hilt-android-gradle-plugin:${versions.hilt}"
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${versions.aboutLibraries}"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
Expand Down

0 comments on commit e5c73be

Please sign in to comment.