mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Android 3.1.2
This commit is contained in:
parent
45b61e1f49
commit
8d8cca06eb
@ -79,8 +79,8 @@ android {
|
||||
applicationId "net.cozic.joplin"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 2097749
|
||||
versionName "3.1.1"
|
||||
versionCode 2097750
|
||||
versionName "3.1.2"
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
|
||||
}
|
||||
|
@ -1,7 +1,8 @@
|
||||
# Joplin Android Changelog
|
||||
|
||||
## [android-v3.1.1](https://github.com/laurent22/joplin/releases/tag/android-v3.1.1) (Pre-release) - 2024-08-09T11:13:00Z
|
||||
## [android-v3.1.2](https://github.com/laurent22/joplin/releases/tag/android-v3.1.2) (Pre-release) - 2024-08-10T11:44:30Z
|
||||
|
||||
- Fixed: Fix WebDAV sync on mobile (#10849) (#10848 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
|
||||
- Improved: Improve RTL support in the Markdown editor (#10810 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
|
||||
- Improved: Include commit information in version information screen (#10829 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
|
||||
- Improved: Support building for web (#10650 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
|
||||
|
Loading…
Reference in New Issue
Block a user