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

Android 2.10.8

This commit is contained in:
Laurent Cozic 2023-02-28 18:19:09 +00:00
parent a176216374
commit 405c528ef0
2 changed files with 3 additions and 3 deletions

View File

@ -150,8 +150,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097683
versionName "2.10.7"
versionCode 2097684
versionName "2.10.8"
// ndk {
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
// }

View File

@ -1,6 +1,6 @@
# Joplin Android app changelog
## [android-v2.10.7](https://github.com/laurent22/joplin/releases/tag/android-v2.10.7) (Pre-release) - 2023-02-23T13:44:34Z
## [android-v2.10.8](https://github.com/laurent22/joplin/releases/tag/android-v2.10.8) (Pre-release) - 2023-02-28T18:09:21Z
- Improved: Stop synchronization with unsupported WebDAV providers (#7819) (#7661 by [@julien](https://github.com/julien))
- Fixed: Custom sort order not synchronized (#7729) (#6956 by Tao Klerks)