[Messages] Implement APIv2 in MessageFragment.

This commit is contained in:
Kuba Szczodrzyński
2019-11-12 14:11:35 +01:00
parent c6e2519dcc
commit c83abe57d5
27 changed files with 814 additions and 77 deletions

View File

@ -39,4 +39,13 @@
-keep class okhttp3.** { *; }
-keep class com.google.android.material.tabs.** {*;}
-keep class com.google.android.material.tabs.** {*;}
# ServiceLoader support
-keepnames class kotlinx.coroutines.internal.MainDispatcherFactory {}
-keepnames class kotlinx.coroutines.CoroutineExceptionHandler {}
# Most of volatile fields are updated with AFU and should not be mangled
-keepclassmembernames class kotlinx.** {
volatile <fields>;
}