# JNA reaches the native library reflectively, so R8 must not rename or strip # either it or the uniffi bindings that ride on it. Without these a minified # build fails at runtime with UnsatisfiedLinkError — and only in release, which # is the worst possible time to learn it. -keep class com.sun.jna.** { *; } -keepclassmembers class * extends com.sun.jna.** { public *; } -keep class com.fabledsword.thoughtsync.core.** { *; }