1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27: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"
}

View File

@ -1,5 +1,9 @@
# Joplin Android Changelog
## [android-v2.14.2](https://github.com/laurent22/joplin/releases/tag/android-v2.14.2) (Pre-release) - 2023-12-31T16:14:25Z
- Improved: Updated packages react-native-get-random-values (v1.10.0)
## [android-v2.14.1](https://github.com/laurent22/joplin/releases/tag/android-v2.14.1) (Pre-release) - 2023-12-29T22:12:14Z
- Improved: CodeMirror 6 markdown editor: Support highlighting more languages (#9563) (#9562 by Henry Heino)