- NativeSearch: move onResult/onError callbacks outside withContext(Dispatchers.IO) to prevent CalledFromWrongThreadException - SearchStrategy: change callback types to suspend to enable proper coroutine chaining - SearchCoordinator: remove leaked CoroutineScope, rely on suspend callback chaining for fallback flow - Resources: add mipmap-hdpi/mdpi/xhdpi/xxhdpi icon fallbacks for API < 26 devices
5 lines
139 B
Prolog
5 lines
139 B
Prolog
# Add project specific ProGuard rules here.
|
|
-keepattributes *Annotation*
|
|
-keep class com.videoapp.tv.data.** { *; }
|
|
-dontwarn org.jsoup.**
|