commit 790e7bab2e26a3be0109b20eafdc0d5198f1ea7e
parent 28d1ea2a431d3b776218621d93f3d686b24f9134
Author: rhunk <101876869+rhunk@users.noreply.github.com>
Date:   Fri, 26 Jul 2024 13:44:45 +0200

fix(native): ndk version

Diffstat:
Mnative/build.gradle.kts | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/native/build.gradle.kts b/native/build.gradle.kts @@ -10,6 +10,9 @@ android { namespace = rootProject.ext["applicationId"].toString() + ".nativelib" compileSdk = 34 + buildToolsVersion = "34.0.0" + ndkVersion = "26.3.11579264" + buildFeatures { buildConfig = true }