Fixed
-
The universal APK crashed on startup on x86_64 devices and emulators, right after the splash screen. Since 1.2.2 the release build is split per ABI, and the split filter also narrowed the native build to the two arm architectures — but the universal APK still packaged the x86/x86_64 libraries that ship prebuilt inside the AARs. Those directories held
libhermes.soandlibreactnative.sobut nolibappmodules.so, so the app installed and then died in TurboModule init. Packaging is now pinned to the architectures the build actually compiles, and the build refuses to finish if an APK ships an ABI without its compiled libraries.The per-ABI arm APKs — the ones F-Droid builds and ships — were never affected.
Added
- An x86_64 APK, so the app can be run in an emulator.
Downloads
| APK | For |
|---|---|
simpleday-1.3.1.apk |
universal — works on any device |
simpleday-7002-arm64-v8a-release.apk |
most phones (64-bit arm) |
simpleday-7001-armeabi-v7a-release.apk |
older 32-bit arm phones |
simpleday-7003-x86_64-release.apk |
emulators and x86_64 devices |