Add missing proguard rule

This commit is contained in:
MM20
2025-02-10 20:52:13 +01:00
parent c2b37b5358
commit d2f31f128e
+2 -1
View File
@@ -1,2 +1,3 @@
-keep class de.mm20.launcher2.weather.** { *; } -keep class de.mm20.launcher2.weather.** { *; }
-keep class kotlin.coroutines.Continuation -keep class kotlin.coroutines.Continuation
-dontwarn edu.umd.cs.findbugs.annotations.Nullable