Skip to content

Commit

Permalink
Android 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Oct 28, 2021
1 parent 7d70dea commit 2133193
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/app-mobile/android/app/build.gradle
Expand Up @@ -141,8 +141,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097653
versionName "2.5.2"
versionCode 2097654
versionName "2.5.3"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
Expand Down
4 changes: 2 additions & 2 deletions readme/changelog_android.md
@@ -1,13 +1,13 @@
# Joplin Android app changelog

## [android-v2.5.2](https://github.com/laurent22/joplin/releases/tag/android-v2.5.2) (Pre-release) - 2021-10-28T20:16:42Z
## [android-v2.5.3](https://github.com/laurent22/joplin/releases/tag/android-v2.5.3) (Pre-release) - 2021-10-28T21:47:18Z

- New: Add support for public-private key pairs and improved master password support (#5438)
- New: Added mechanism to migrate default settings to new values (72db8e4)
- Improved: Ensure that shared notebook children are not deleted when shared, unshared and shared again, and a conflict happens (ccf9882)
- Improved: Improve delete dialog message (#5481) (#4701 by Helmut K. C. Tessarek)
- Improved: Improved Joplin Server configuration check to better handle disabled accounts (72c1235)
- Improved: Improved handling of expired sessions when using Joplin Server (ace1118)
- Improved: Improved handling of expired sessions when using Joplin Server (33249ca)
- Fixed: Certain attachments were not being automatically deleted (#932)
- Fixed: Fixed logic of setting master password in Encryption screen (#5585)

Expand Down

0 comments on commit 2133193

Please sign in to comment.