Fix Android rendering by pinning Gio v0.8

This commit is contained in:
Joe Julian
2026-03-31 22:23:45 -07:00
parent 0ab444b0b9
commit beefd51b15
4 changed files with 40 additions and 10 deletions
+5
View File
@@ -36,4 +36,9 @@ Note:
installed on this machine (`d8` from build-tools 37) do not run on Java 8.
- In this environment, KeePassGO's APK build requires a newer JDK runtime on
`PATH`, which is why the repo defaults `JAVA_HOME` to `/usr/lib/jvm/java-25-openjdk`.
- Android runtime testing on the `KeepassGoAPI35` emulator showed a black-screen
regression with `gioui.org v0.9.0` while a stock Gio example and KeePassGO both
rendered correctly with `gioui.org v0.8.0` on the same emulator and SDK/JDK
pipeline. KeePassGO is pinned to the working Gio line until that regression is
understood upstream.
```