Skip to content

Commit ef2207b

Browse files
committed
More setup.
1 parent 2de5d19 commit ef2207b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/android.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@ jobs:
1515
with:
1616
submodules: true
1717

18+
- uses: actions/setup-java@v3
19+
with:
20+
distribution: 'temurin'
21+
java-version: '17'
22+
1823
- uses: nttld/setup-ndk@v1
1924
with:
20-
ndk-version: r25c
25+
ndk-version: r26
2126

2227
- name: Setup
2328
run: |

android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ val buildRust = tasks.register("buildRust", Exec::class.java) {
2222

2323
android {
2424
compileSdk = 33
25-
ndkVersion = "25.2.9519653"
25+
ndkVersion = "26.0.10792818"
2626

2727
namespace = "co.powersync.sqlitecore"
2828

0 commit comments

Comments
 (0)