Skip to content

Commit f56dc91

Browse files
committed
We're not using the NDK from gradle.
1 parent ef2207b commit f56dc91

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

android/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,11 @@ val buildRust = tasks.register("buildRust", Exec::class.java) {
2222

2323
android {
2424
compileSdk = 33
25-
ndkVersion = "26.0.10792818"
2625

2726
namespace = "co.powersync.sqlitecore"
2827

2928
defaultConfig {
3029
minSdk = 24
31-
32-
ndk {
33-
abiFilters += setOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
34-
}
3530
}
3631

3732
sourceSets {

0 commit comments

Comments
 (0)