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:
parent
a2a10e6459
commit
b7cf298934
291 changed files with 5 additions and 3 deletions
3
app/proguard-rules.pro
vendored
3
app/proguard-rules.pro
vendored
|
|
@ -10,6 +10,9 @@
|
||||||
-keep class com.sun.jna.** { *; }
|
-keep class com.sun.jna.** { *; }
|
||||||
-keep class * implements com.sun.jna.** { *; }
|
-keep class * implements com.sun.jna.** { *; }
|
||||||
|
|
||||||
|
# TagSoup, coming from the RTE library
|
||||||
|
-keep class org.ccil.cowan.tagsoup.** { *; }
|
||||||
|
|
||||||
# kotlinx.serialization
|
# kotlinx.serialization
|
||||||
|
|
||||||
# Kotlin serialization looks up the generated serializer classes through a function on companion
|
# 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]
|
[versions]
|
||||||
# Project
|
# Project
|
||||||
# Warning: version 8.2.0 is leading https://github.com/element-hq/element-x-android/issues/1971
|
android_gradle_plugin = "8.2.0"
|
||||||
# which will only occurs in release mode, and so will not be detected by Maestro
|
|
||||||
android_gradle_plugin = "8.1.4"
|
|
||||||
kotlin = "1.9.21"
|
kotlin = "1.9.21"
|
||||||
ksp = "1.9.21-1.0.16"
|
ksp = "1.9.21-1.0.16"
|
||||||
firebaseAppDistribution = "4.0.1"
|
firebaseAppDistribution = "4.0.1"
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue