Skip to content

Commit

Permalink
Android 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Dec 13, 2021
1 parent bfcc02a commit eca964b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app-mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097660
versionName "2.6.4"
versionCode 2097661
versionName "2.6.5"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
Expand Down
4 changes: 4 additions & 0 deletions readme/changelog_android.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Joplin Android app changelog

## [android-v2.6.5](https://github.com/laurent22/joplin/releases/tag/android-v2.6.5) (Pre-release) - 2021-12-13T09:41:18Z

- Fixed: Fixed "Invalid lock client type" error when migrating sync target (e0e93c4)

## [android-v2.6.4](https://github.com/laurent22/joplin/releases/tag/android-v2.6.4) (Pre-release) - 2021-12-01T11:38:49Z

- Improved: Also duplicate resources when duplicating a note (c0a8c33)
Expand Down

0 comments on commit eca964b

Please sign in to comment.