mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
build(ci): optimize release workflow and update Room configuration (#4775)
This commit is contained in:
parent
eb3349fa11
commit
0ed9b6633b
3 changed files with 11 additions and 11 deletions
9
desktop/proguard-rules.pro
vendored
9
desktop/proguard-rules.pro
vendored
|
|
@ -1,4 +1,11 @@
|
|||
-dontwarn android.os.Parcel**
|
||||
-dontwarn android.os.Parcelable**
|
||||
-dontwarn com.squareup.wire.AndroidMessage**
|
||||
-dontwarn io.ktor.**
|
||||
-dontwarn io.ktor.**
|
||||
|
||||
# Suppress ProGuard notes about duplicate resource files (common in Compose Desktop)
|
||||
-dontnote **
|
||||
|
||||
# Suppress specific reflection warnings that are safe to ignore
|
||||
-dontwarn java.lang.reflect.**
|
||||
-dontwarn sun.misc.Unsafe
|
||||
Loading…
Add table
Add a link
Reference in a new issue