notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit 9ce2b4da2cc92e76d3bbe1ade576a1ba44d6cc82
parent a9f473e3c9063eaadad0a2e67533a2e3d9767910
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 28 Jan 2025 13:13:47 -0800

remove extra crap from manifest

still not launching, thought this might have been why. nope

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mcrates/notedeck_chrome/android/app/src/main/AndroidManifest.xml | 5-----
Mshell.nix | 2+-
2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/crates/notedeck_chrome/android/app/src/main/AndroidManifest.xml b/crates/notedeck_chrome/android/app/src/main/AndroidManifest.xml @@ -22,11 +22,6 @@ </activity> </application> -[[package.metadata.android.uses_feature]] -name = "android.hardware.vulkan.level" -required = true -version = 1 - <uses-feature android:name="android.hardware.vulkan.level" android:required="true" android:version="1" /> diff --git a/shell.nix b/shell.nix @@ -55,7 +55,7 @@ mkShell ({ cmdline-tools-latest build-tools-34-0-0 platform-tools - platforms-android-30 + platforms-android-31 ndk-27-2-12479018 #ndk-24-0-8215888 ] ++ lib.optional android_emulator [ emulator ]);