mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Android 2.4.3
This commit is contained in:
parent
bb44c4e6ab
commit
6c4f71689c
@ -141,8 +141,8 @@ android {
|
||||
applicationId "net.cozic.joplin"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 2097650
|
||||
versionName "2.4.2"
|
||||
versionCode 2097651
|
||||
versionName "2.4.3"
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
|
||||
}
|
||||
|
@ -1,5 +1,9 @@
|
||||
# Joplin Android app changelog
|
||||
|
||||
## [android-v2.4.3](https://github.com/laurent22/joplin/releases/tag/android-v2.4.3) - 2021-09-29T18:47:24Z
|
||||
|
||||
- Fixed: Fix default sync target (4b39d30)
|
||||
|
||||
## [android-v2.4.2](https://github.com/laurent22/joplin/releases/tag/android-v2.4.2) (Pre-release) - 2021-09-22T17:02:37Z
|
||||
|
||||
- Improved: Allow disabling any master key, including default or active one (9407efd)
|
||||
|
Loading…
Reference in New Issue
Block a user