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

Android 2.11.24

This commit is contained in:
Laurent Cozic 2023-06-02 16:37:34 +01:00
parent ac732f4d1d
commit 3a1759aabc
2 changed files with 6 additions and 2 deletions

View File

@ -156,8 +156,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097708
versionName "2.11.23"
versionCode 2097709
versionName "2.11.24"
// ndk {
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
// }

View File

@ -1,5 +1,9 @@
# Joplin Android app changelog
## [android-v2.11.24](https://github.com/laurent22/joplin/releases/tag/android-v2.11.24) (Pre-release) - 2023-06-02T15:22:04Z
- Improved: Write to note in realtime using voice typing (7779879)
## [android-v2.11.23](https://github.com/laurent22/joplin/releases/tag/android-v2.11.23) (Pre-release) - 2023-06-01T17:19:16Z
- Improved: Auto-detect language on start (e48d55c)