mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Android 2.11.25
This commit is contained in:
parent
56ca9d4125
commit
531402cede
@ -156,8 +156,8 @@ android {
|
||||
applicationId "net.cozic.joplin"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 2097709
|
||||
versionName "2.11.24"
|
||||
versionCode 2097710
|
||||
versionName "2.11.25"
|
||||
// ndk {
|
||||
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
|
||||
// }
|
||||
|
@ -1,5 +1,10 @@
|
||||
# Joplin Android app changelog
|
||||
|
||||
## [android-v2.11.25](https://github.com/laurent22/joplin/releases/tag/android-v2.11.25) (Pre-release) - 2023-06-03T16:40:08Z
|
||||
|
||||
- Fixed: Fix Vosk logic (60b3921)
|
||||
- Fixed: Fixed error "Download interrupted" when downloading resources from Joplin Cloud/Server.
|
||||
|
||||
## [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)
|
||||
|
Loading…
Reference in New Issue
Block a user