From dfff597ae548dfd86b6daada7c0c606a9887e321 Mon Sep 17 00:00:00 2001 From: Hardcore Sushi Date: Sat, 9 Sep 2023 17:00:42 +0200 Subject: [PATCH] DroidFS v2.1.0 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5c82695..42ea36a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,7 +21,7 @@ if (hasProperty("nosplits")) { android { compileSdk 34 - ndkVersion "25.1.8937393" + ndkVersion "25.2.9519653" namespace "sushi.hardcore.droidfs" compileOptions { @@ -37,8 +37,8 @@ android { applicationId "sushi.hardcore.droidfs" minSdkVersion 21 targetSdkVersion 32 - versionCode 32 - versionName "2.0.2" + versionCode 33 + versionName "2.1.0" ndk { abiFilters "x86", "x86_64", "armeabi-v7a", "arm64-v8a"