Upgrade to AGP 8.2.0 (#2142)
* Upgrade to AGP 8.2.0 Add proguard rule for the problematic TagSoup library. For some reason, adding this in the consumer proguard rules of the RTE library doesn't seem to work. --------- Co-authored-by: ElementBot <benoitm+elementbot@element.io>
This commit is contained in:
committed by
GitHub
parent
a2a10e6459
commit
b7cf298934
3
app/proguard-rules.pro
vendored
3
app/proguard-rules.pro
vendored
@@ -10,6 +10,9 @@
|
||||
-keep class com.sun.jna.** { *; }
|
||||
-keep class * implements com.sun.jna.** { *; }
|
||||
|
||||
# TagSoup, coming from the RTE library
|
||||
-keep class org.ccil.cowan.tagsoup.** { *; }
|
||||
|
||||
# kotlinx.serialization
|
||||
|
||||
# Kotlin serialization looks up the generated serializer classes through a function on companion
|
||||
|
||||
1
changelog.d/2142.misc
Normal file
1
changelog.d/2142.misc
Normal file
@@ -0,0 +1 @@
|
||||
Bump AGP version to 8.2.0
|
||||
@@ -3,9 +3,7 @@
|
||||
|
||||
[versions]
|
||||
# Project
|
||||
# Warning: version 8.2.0 is leading https://github.com/element-hq/element-x-android/issues/1971
|
||||
# which will only occurs in release mode, and so will not be detected by Maestro
|
||||
android_gradle_plugin = "8.1.4"
|
||||
android_gradle_plugin = "8.2.0"
|
||||
kotlin = "1.9.21"
|
||||
ksp = "1.9.21-1.0.16"
|
||||
firebaseAppDistribution = "4.0.1"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user