Skip to content

Commit d6de8a5

Browse files
committed
Update proguard rules
1 parent 573d69e commit d6de8a5

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

studyplus-android-sdk/lib-proguard-rules.txt

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,3 @@
1919
# If you keep the line number information, uncomment this to
2020
# hide the original source file name.
2121
#-renamesourcefileattribute SourceFile
22-
23-
# Kotlin Coroutines
24-
# ServiceLoader support
25-
-keepnames class kotlinx.coroutines.internal.MainDispatcherFactory {}
26-
-keepnames class kotlinx.coroutines.CoroutineExceptionHandler {}
27-
-keepnames class kotlinx.coroutines.android.AndroidExceptionPreHandler {}
28-
-keepnames class kotlinx.coroutines.android.AndroidDispatcherFactory {}
29-
30-
# Most of volatile fields are updated with AFU and should not be mangled
31-
-keepclassmembernames class kotlinx.** {
32-
volatile <fields>;
33-
}
34-
35-
# OkHttp
36-
# JSR 305 annotations are for embedding nullability information.
37-
-dontwarn javax.annotation.**
38-
39-
# A resource is loaded with a relative path so the package of this class must be preserved.
40-
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
41-
42-
# Animal Sniffer compileOnly dependency to ensure APIs are compatible with older versions of Java.
43-
-dontwarn org.codehaus.mojo.animal_sniffer.*
44-
45-
# OkHttp platform used only on JVM and when Conscrypt dependency is available.
46-
-dontwarn okhttp3.internal.platform.ConscryptPlatform

0 commit comments

Comments
 (0)