Skip to content

Commit 337f8a6

Browse files
committed
fix(android): bump wry to 0.55.1 to fix release-build crash on launch
wry 0.55.0 was missing a ProGuard keep rule for WryActivity.getId(), which tao 0.35 calls via JNI on activity creation. R8 minification in the release APK stripped the Kotlin-generated getter, causing a JavaException panic ("called Result::unwrap() on an Err value: JavaException" in tao/.../ndk_glue.rs:393) immediately on app start. Fixed upstream in tauri-apps/wry#1721, released as wry 0.55.1.
1 parent d532f89 commit 337f8a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src-tauri/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)