DroidFS v2.1.0

This commit is contained in:
Matéo Duparc 2023-09-09 17:00:42 +02:00
parent bd429648b3
commit dfff597ae5
Signed by: hardcoresushi
GPG Key ID: AFE384344A45E13A
1 changed files with 3 additions and 3 deletions

View File

@ -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"