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

Android 2.14.7

This commit is contained in:
Laurent Cozic
2024-02-19 10:45:14 +00:00
parent 7cfe9bb4b6
commit ab8f1492b1
2 changed files with 8 additions and 2 deletions

View File

@@ -110,8 +110,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097736
versionName "2.14.6"
versionCode 2097737
versionName "2.14.7"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}