Skip to content

Instantly share code, notes, and snippets.

View dinopriyano's full-sized avatar
🏠
Working from home

Dino Priyano dinopriyano

🏠
Working from home
  • Blibli.com
  • Jakarta, Indonesia
View GitHub Profile
@dinopriyano
dinopriyano / proguard-rules.pro
Created April 1, 2022 07:50 — forked from jemshit/proguard-rules.pro
Proguard rules for common Android libraries
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
-keepclassmembers class fqcn.of.javascript.interface.for.webview {
public *;
}
### RxJava, RxAndroid (https://gist.github.com/kosiara/487868792fbd3214f9c9)
-keep class rx.schedulers.Schedulers {
public static <methods>;