1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-10-31 00:07:48 +02:00

Android 3.2.1

This commit is contained in:
Laurent Cozic
2024-11-10 14:33:30 +00:00
parent cc87ece6fb
commit 4ad0ced568
2 changed files with 20 additions and 2 deletions

View File

@@ -79,8 +79,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097756
versionName "3.2.0"
versionCode 2097757
versionName "3.2.1"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}