Add release build support (MSI) with proguard disable because of Datastore

This commit is contained in:
Thomas Andres Gomez 2024-11-07 23:18:12 +01:00
parent 7af0c15a62
commit b348f8a327
10 changed files with 75 additions and 25 deletions

View file

@ -0,0 +1,12 @@
## Data Store old dependancies not removed properly.
-dontwarn okio.AsyncTimeout$Watchdog
-keep class androidx.compose.runtime.** { *; }
-keep class androidx.collection.** { *; }
-keep class androidx.lifecycle.** { *; }
# We're excluding Material 2 from the project as we're using Material 3
-dontwarn androidx.compose.material.**
# Kotlinx coroutines rules seems to be outdated with the latest version of Kotlin and Proguard
-keep class kotlinx.coroutines.** { *; }