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

Android 2.11.10

This commit is contained in:
Laurent Cozic 2023-05-08 12:09:28 +01:00
parent 345d9da7f2
commit 60aff6ae77
2 changed files with 3 additions and 3 deletions

View File

@ -152,8 +152,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097694
versionName "2.11.9"
versionCode 2097695
versionName "2.11.10"
// ndk {
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
// }

View File

@ -1,6 +1,6 @@
# Joplin Android app changelog
## [android-v2.11.9](https://github.com/laurent22/joplin/releases/tag/android-v2.11.9) (Pre-release) - 2023-05-07T18:07:15Z
## [android-v2.11.10](https://github.com/laurent22/joplin/releases/tag/android-v2.11.10) (Pre-release) - 2023-05-08T10:26:14Z
- Improved: Disable Hermes engine (e9e9986)
- Fixed: Fix voice typing (d5eeb12)