Updated NDK, AGP and Gradle

This commit is contained in:
snake-4
2025-02-22 18:42:06 +01:00
parent 1304dca810
commit 5f863b672c
3 changed files with 6 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ val abiList: List<String> by rootProject.extra
android {
namespace = "com.example.library"
compileSdkVersion = "android-34"
ndkVersion = "27.0.12077973"
ndkVersion = "28.0.13004108"
defaultConfig {
minSdk = 21
externalNativeBuild {