Add missing proguard rule

This commit is contained in:
MM20 2025-02-10 20:52:13 +01:00
parent c2b37b5358
commit d2f31f128e
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -1,2 +1,3 @@
-keep class de.mm20.launcher2.weather.** { *; }
-keep class kotlin.coroutines.Continuation
-keep class kotlin.coroutines.Continuation
-dontwarn edu.umd.cs.findbugs.annotations.Nullable