1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

Android 2.11.6

This commit is contained in:
Laurent Cozic 2023-05-07 14:53:51 +01:00
parent b4d56f42f7
commit ef256a82ab
2 changed files with 6 additions and 2 deletions

View File

@ -150,8 +150,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097690
versionName "2.11.5"
versionCode 2097691
versionName "2.11.6"
// ndk {
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
// }

View File

@ -1,5 +1,9 @@
# Joplin Android app changelog
## [android-v2.11.6](https://github.com/laurent22/joplin/releases/tag/android-v2.11.6) (Pre-release) - 2023-05-07T13:53:31Z
- Disabled Hermes engine
## [android-v2.11.5](https://github.com/laurent22/joplin/releases/tag/android-v2.11.5) (Pre-release) - 2023-05-07T12:14:21Z
- Improved: Improved Vosk support (beta, fr only) (#8131)