Update ndk to required version by libmpv

This commit is contained in:
2026-04-19 23:50:12 +02:00
parent 9c8fdbcc53
commit 3423be6736
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ buildscript {
minSdkVersion = 26
compileSdkVersion = 36
targetSdkVersion = 36
ndkVersion = "27.1.12297006"
ndkVersion = "29.0.14206865"
kotlinVersion = "2.1.20"
}
repositories {