Updated NDK, AGP and Gradle

This commit is contained in:
snake-4
2024-08-17 15:40:14 +02:00
parent 9cdb7976f4
commit 6f14306f1f
3 changed files with 3 additions and 3 deletions

View File

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