Skip to content

Commit 7707bbf

Browse files
committed
fixing ndk
1 parent 6566396 commit 7707bbf

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/android.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
java-version: 17
4040
cache: gradle
4141

42+
- name: Setup NDK
43+
uses: nttld/setup-ndk@v1.6
44+
with:
45+
ndk-version: r28b
46+
4247
- name: Install dependencies
4348
run: bun install
4449

eas.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@
2121
"production": {
2222
"autoIncrement": false,
2323
"android": {
24-
"buildType": "apk"
24+
"buildType": "apk",
25+
"ndk": "28.1.13356709"
2526
}
2627
},
2728
"playstore": {
2829
"autoIncrement": true,
2930
"android": {
30-
"buildType": "app-bundle"
31+
"buildType": "app-bundle",
32+
"ndk": "28.1.13356709"
3133
}
3234
}
3335
},

0 commit comments

Comments
 (0)