12 lines
No EOL
469 B
Prolog
12 lines
No EOL
469 B
Prolog
## 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.** { *; } |