cranpose 0.1.140

Cranpose runtime and UI facade
Documentation
1
2
3
4
5
6
# The Rust cdylib resolves these classes and methods by name over JNI, so a
# shrinker that cannot see the call sites must not remove or rename them.
-keep class dev.cranpose.android.** { *; }
-keepclasseswithmembernames class * {
    native <methods>;
}