Skip to content

Commit e329e16

Browse files
committed
android ndk version updated to 25.1.8937393
1 parent ad3a3c5 commit e329e16

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/precompile_binaries.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
- uses: subosito/flutter-action@v2
3131
with:
3232
channel: 'stable'
33+
- name: Set up Android SDK
34+
if: (matrix.os == 'ubuntu-20.04')
35+
uses: android-actions/setup-android@v2
36+
- name: Install Specific NDK
37+
if: (matrix.os == 'ubuntu-20.04')
38+
run: sdkmanager --install "ndk;25.1.8937393"
3339
- name: Precompile (with iOS)
3440
if: matrix.os == 'macOS-latest'
3541
run: dart run build_tool precompile-binaries -v --manifest-dir=../../rust --repository=LtbLightning/ldk-node-flutter
@@ -39,7 +45,7 @@ jobs:
3945
PRIVATE_KEY: ${{ secrets.CARGOKIT_PRIVATE_KEY }}
4046
- name: Precompile (with Android)
4147
if: matrix.os == 'ubuntu-20.04'
42-
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
48+
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.1.8937393 --android-min-sdk-version=23
4349
working-directory: cargokit/build_tool
4450
env:
4551
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

0 commit comments

Comments
 (0)