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

Android 2.14.2

This commit is contained in:
Laurent Cozic
2023-12-31 16:41:40 +00:00
parent 302bc4dcc7
commit ff7c13ac85
2 changed files with 6 additions and 2 deletions

View File

@@ -110,8 +110,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097731
versionName "2.14.1"
versionCode 2097732
versionName "2.14.2"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}