Boxcars crashes on launch

Boxcars was recently updated to v1.5.0. When testing F-Droid's release, I found the app crashes on launch with the error message attached below.

When I build the app using the same source on my machine, it works correctly. I confirmed this again just now, the debug and release builds both work correctly, even when installing via APK.

I'm not really sure what the issue could be. I added -trimpath -ldflags="-checklinkname=0" in bind.sh in this version, potentially a clue, although the app builds and runs on my machine with these flags left unchanged.

2025-10-26 17:25:03.669 14855-14855 AndroidRuntime  pid-14855E  FATAL EXCEPTION: main
Process: com.rocket9labs.boxcars, PID: 14855
java.lang.UnsatisfiedLinkError: dlopen failed: library "libgojni.so" not found
	at java.lang.Runtime.loadLibrary0(Runtime.java:1113)
	at java.lang.Runtime.loadLibrary0(Runtime.java:1035)
	at java.lang.System.loadLibrary(System.java:1765)
	at go.Seq.<clinit>(SourceFile:28)
	at com.rocket9labs.boxcars.MainActivity.onCreate(SourceFile:8)
	at android.app.Activity.performCreate(Activity.java:9079)
	at android.app.Activity.performCreate(Activity.java:9057)
	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1531)
	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4188)
	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4393)
	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:222)
	at android.app.servertransaction.TransactionExecutor.executeNonLifecycleItem(TransactionExecutor.java:133)
	at android.app.servertransaction.TransactionExecutor.executeTransactionItems(TransactionExecutor.java:103)
	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:80)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2773)
	at android.os.Handler.dispatchMessage(Handler.java:109)
	at android.os.Looper.loopOnce(Looper.java:232)
	at android.os.Looper.loop(Looper.java:317)
	at android.app.ActivityThread.main(ActivityThread.java:8934)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:591)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:911)