From 7f39d791908c992d97dea135a61b1dfb528265e0 Mon Sep 17 00:00:00 2001 From: billisdead Date: Sun, 7 Jun 2026 20:45:10 +0200 Subject: [PATCH] fix: correct NDK package name to ndk;28.2.13676358 (stable) --- artifacts/postiz-mobile/install-android-sdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts/postiz-mobile/install-android-sdk.sh b/artifacts/postiz-mobile/install-android-sdk.sh index 1504c55..43a225c 100755 --- a/artifacts/postiz-mobile/install-android-sdk.sh +++ b/artifacts/postiz-mobile/install-android-sdk.sh @@ -36,7 +36,7 @@ sdkmanager \ "platform-tools" \ "platforms;android-35" \ "build-tools;35.0.0" \ - "ndk;28.0.12433566" + "ndk;28.2.13676358" info "Done. Add this to your ~/.bashrc or ~/.zshrc:" echo ""