Skip to content

Commit f74aac6

Browse files
committed
android ndk downgraded to 24.0.8215888
1 parent eb25360 commit f74aac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/precompile_binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
PRIVATE_KEY: ${{ secrets.CARGOKIT_PRIVATE_KEY }}
4242
- name: Precompile (with Android)
4343
if: (matrix.os == 'ubuntu-20.04')
44-
run: dart run build_tool precompile-binaries -v --manifest-dir=../../rust --repository=LtbLightning/ldk-node-flutter --android-sdk-location=/usr/local/lib/android/sdk --android-ndk-version=25.0.8775105 --android-min-sdk-version=23
44+
run: dart run build_tool precompile-binaries -v --manifest-dir=../../rust --repository=LtbLightning/ldk-node-flutter --android-sdk-location=/usr/local/lib/android/sdk --android-ndk-version=24.0.8215888 --android-min-sdk-version=23
4545
working-directory: cargokit/build_tool
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

0 commit comments

Comments
 (0)