From 3799ec57501eb82f4a1ef00ef30755f2e3da9c7f Mon Sep 17 00:00:00 2001 From: Alula <6276139+alula@users.noreply.github.com> Date: Wed, 28 Aug 2024 22:16:19 +0200 Subject: [PATCH] Update NDK --- app/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/app/build.gradle b/app/app/build.gradle index 7940a4a..3ffcd02 100644 --- a/app/app/build.gradle +++ b/app/app/build.gradle @@ -7,14 +7,14 @@ android { namespace "io.github.doukutsu_rs" compileSdkVersion 33 buildToolsVersion "33.0.0" - ndkVersion "25.2.9519653" + ndkVersion "27.0.12077973" defaultConfig { applicationId "io.github.doukutsu_rs" minSdkVersion 24 targetSdkVersion 33 versionCode 2 - versionName "0.101.0" + versionName "1.0.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"