mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
Fix errors
This commit is contained in:
Vendored
+1
-12
@@ -18,15 +18,4 @@
|
||||
|
||||
# If you keep the line number information, uncomment this to
|
||||
# hide the original source file name.
|
||||
#-renamesourcefileattribute SourceFile
|
||||
|
||||
# Keep Ktor classes
|
||||
-keep class io.ktor.** { *; }
|
||||
-keep class kotlinx.coroutines.** { *; }
|
||||
-dontwarn io.ktor.**
|
||||
|
||||
# Keep HttpTimeout plugin specifically
|
||||
-keep class io.ktor.client.plugins.HttpTimeout { *; }
|
||||
-keep class io.ktor.client.plugins.HttpTimeout$* { *; }
|
||||
-keep class io.ktor.client.plugins.HttpTimeout$Plugin { *; }
|
||||
-keep class io.ktor.client.plugins.HttpTimeout$Config { *; }
|
||||
#-renamesourcefileattribute SourceFile
|
||||
Reference in New Issue
Block a user