# gomobile binding: keep the generated Go<->Java bridge classes intact so the # JNI layer can find them by name at runtime. -keep class go.** { *; } -keep class com.unibus.core.mobile.** { *; }