define ndk in gradle props

This commit is contained in:
Fabian Freund
2026-05-26 18:57:26 +02:00
parent 7bbdf172ba
commit 7e3c933bef
5 changed files with 26 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
ext {
compileSdkVersion = 36
targetSdkVersion = 36
ndkVersion = "28.2.13676358"
ndkVersion = providers.gradleProperty("weblibre.ndkVersion").get()
}
buildscript {