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

Android 2.3.4

This commit is contained in:
Laurent Cozic 2021-08-15 14:32:35 +01:00
parent 3abebe6a32
commit dc192fb4c1
2 changed files with 6 additions and 2 deletions

View File

@ -141,8 +141,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097647
versionName "2.3.3"
versionCode 2097648
versionName "2.3.4"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}

View File

@ -1,5 +1,9 @@
# Joplin Android app changelog
## [android-v2.3.4](https://github.com/laurent22/joplin/releases/tag/android-v2.3.4) (Pre-release) - 2021-08-15T13:27:57Z
- Fixed: Bump hightlight.js to v11.2 (#5278) (#5245 by Roman Musin)
## [android-v2.3.3](https://github.com/laurent22/joplin/releases/tag/android-v2.3.3) (Pre-release) - 2021-08-12T20:46:15Z
- Improved: Improved E2EE usability by making its state a property of the sync target (#5276)