fix: send payment shows as failed even when succeeded
This commit is contained in:
Vendored
+7
-1
@@ -27,6 +27,7 @@
|
||||
# looked up by name at runtime via SerializersModule.
|
||||
# ──────────────────────────────────────────────────────────────────
|
||||
-keepattributes *Annotation*, InnerClasses
|
||||
-keep class kotlinx.serialization.SerializersKt { *; }
|
||||
-dontnote kotlinx.serialization.**
|
||||
-dontwarn kotlinx.serialization.**
|
||||
|
||||
@@ -51,10 +52,13 @@
|
||||
-keep,allowobfuscation,allowshrinking interface retrofit2.Call
|
||||
-keep,allowobfuscation,allowshrinking class retrofit2.Response
|
||||
-keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation
|
||||
-keep,allowobfuscation,allowshrinking class * extends kotlin.coroutines.CoroutineContext$Element { *; }
|
||||
|
||||
# ──────────────────────────────────────────────────────────────────
|
||||
# OkHttp 5.x / Okio
|
||||
# ──────────────────────────────────────────────────────────────────
|
||||
-keep class okhttp3.internal.publicsuffix.PublicSuffixDatabase { *; }
|
||||
-keepnames class okhttp3.** { *; }
|
||||
-dontwarn okhttp3.**
|
||||
-dontwarn okio.**
|
||||
-dontwarn javax.annotation.**
|
||||
@@ -101,8 +105,9 @@
|
||||
# ──────────────────────────────────────────────────────────────────
|
||||
# Room 2.7.1
|
||||
# ──────────────────────────────────────────────────────────────────
|
||||
-keep class * extends androidx.room.RoomDatabase
|
||||
-keep @androidx.room.Entity class *
|
||||
-keep @androidx.room.Dao interface *
|
||||
-keep class * extends androidx.room.RoomDatabase { *; }
|
||||
-dontwarn androidx.room.**
|
||||
|
||||
# ──────────────────────────────────────────────────────────────────
|
||||
@@ -124,6 +129,7 @@
|
||||
-keepnames class kotlinx.coroutines.internal.MainDispatcherFactory {}
|
||||
-keepnames class kotlinx.coroutines.CoroutineExceptionHandler {}
|
||||
-dontwarn kotlinx.coroutines.**
|
||||
-dontwarn kotlinx.coroutines.debug.*
|
||||
|
||||
# ──────────────────────────────────────────────────────────────────
|
||||
# Lyricist 1.8.0
|
||||
|
||||
Reference in New Issue
Block a user