mirror of
https://github.com/OpenFlutter/fluwx.git
synced 2025-08-06 14:50:30 +08:00
20 lines
587 B
Plaintext
20 lines
587 B
Plaintext
|
|
# 微信
|
|
|
|
-keep class com.tencent.mm.opensdk.** {*;}
|
|
-keep class com.tencent.wxop.** {*;}
|
|
-keep class com.tencent.mm.sdk.** {*;}
|
|
|
|
## Kotlin
|
|
|
|
# ServiceLoader support
|
|
-keepnames class kotlinx.coroutines.internal.MainDispatcherFactory {}
|
|
-keepnames class kotlinx.coroutines.CoroutineExceptionHandler {}
|
|
-keepnames class kotlinx.coroutines.android.AndroidExceptionPreHandler {}
|
|
-keepnames class kotlinx.coroutines.android.AndroidDispatcherFactory {}
|
|
|
|
# Most of volatile fields are updated with AFU and should not be mangled
|
|
-keepclassmembernames class kotlinx.** {
|
|
volatile <fields>;
|
|
}
|