diff --git a/weather/consumer-rules.pro b/weather/consumer-rules.pro index e69de29b..3e7de49e 100644 --- a/weather/consumer-rules.pro +++ b/weather/consumer-rules.pro @@ -0,0 +1,2 @@ +-keep class de.mm20.launcher2.weather.** { *; } +-keep class kotlin.coroutines.Continuation \ No newline at end of file diff --git a/wikipedia/consumer-rules.pro b/wikipedia/consumer-rules.pro index e69de29b..5a2f31a2 100644 --- a/wikipedia/consumer-rules.pro +++ b/wikipedia/consumer-rules.pro @@ -0,0 +1,2 @@ +-keep class de.mm20.launcher2.wikipedia.** { *; } +-keep class kotlin.coroutines.Continuation \ No newline at end of file