From 501af7ec6803bc280ebc37142f7c774f6980a253 Mon Sep 17 00:00:00 2001 From: ardocrat Date: Wed, 4 Oct 2023 16:17:00 +0300 Subject: [PATCH] android: update ndk lib version --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a745fea..3701d99 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,7 +4,7 @@ plugins { android { compileSdk 33 - ndkVersion '25.2.9519653' + ndkVersion '26.0.10792818' defaultConfig { applicationId "mw.gri.android"