Skip to content

Commit 0cd78f0

Browse files
committed
fix: use same NDK version as evdev module
1 parent ac068e9 commit 0cd78f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysbridge/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
namespace = "io.github.sds100.keymapper.sysbridge"
1212
compileSdk = libs.versions.compile.sdk.get().toInt()
1313

14-
ndkVersion = "27.2.12479018"
14+
ndkVersion = "27.3.13750724"
1515

1616
defaultConfig {
1717
// System bridge originally only supported Android 10+ because that was the min sdk

0 commit comments

Comments
 (0)