Add proguard rules for Retrofit

This commit is contained in:
MM20 2022-08-03 23:53:10 +02:00
parent 3a8ef75f0a
commit ce58cb7950
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
-keep class de.mm20.launcher2.weather.** { *; }
-keep class kotlin.coroutines.Continuation

View File

@ -0,0 +1,2 @@
-keep class de.mm20.launcher2.wikipedia.** { *; }
-keep class kotlin.coroutines.Continuation