mirror of https://github.com/laurent22/joplin.git
parent
b82bf16505
commit
bca09b9476
|
@ -150,8 +150,8 @@ android {
|
|||
applicationId "net.cozic.joplin"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 2097680
|
||||
versionName "2.10.4"
|
||||
versionCode 2097681
|
||||
versionName "2.10.5"
|
||||
// ndk {
|
||||
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
|
||||
// }
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Joplin Android app changelog
|
||||
|
||||
## [android-v2.10.5](https://github.com/laurent22/joplin/releases/tag/android-v2.10.5) (Pre-release) - 2023-01-21T14:21:23Z
|
||||
|
||||
- Improved: Improve dialogue spacing in Fountain renderer (#7628) (#7627 by [@Elleo](https://github.com/Elleo))
|
||||
- Improved: Improve filesystem sync performance (#7637) (#6942 by [@jd1378](https://github.com/jd1378))
|
||||
- Fixed: Fixes non-working alarms (138bc81)
|
||||
|
||||
## [android-v2.10.4](https://github.com/laurent22/joplin/releases/tag/android-v2.10.4) (Pre-release) - 2023-01-14T17:30:34Z
|
||||
|
||||
- New: Add support for multiple profiles (6bb52d5)
|
||||
|
|
Loading…
Reference in New Issue