We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6566396 commit 7707bbfCopy full SHA for 7707bbf
2 files changed
.github/workflows/android.yml
@@ -39,6 +39,11 @@ jobs:
39
java-version: 17
40
cache: gradle
41
42
+ - name: Setup NDK
43
+ uses: nttld/setup-ndk@v1.6
44
+ with:
45
+ ndk-version: r28b
46
+
47
- name: Install dependencies
48
run: bun install
49
eas.json
@@ -21,13 +21,15 @@
21
"production": {
22
"autoIncrement": false,
23
"android": {
24
- "buildType": "apk"
+ "buildType": "apk",
25
+ "ndk": "28.1.13356709"
26
}
27
},
28
"playstore": {
29
"autoIncrement": true,
30
- "buildType": "app-bundle"
31
+ "buildType": "app-bundle",
32
33
34
35
0 commit comments