Skip to content

Commit

Permalink
Android 2.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Oct 11, 2022
1 parent 6f6f427 commit 5e944df
Show file tree
Hide file tree
Showing 2 changed files with 7 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 2097672
versionName "2.9.4"
versionCode 2097673
versionName "2.9.5"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
Expand Down
5 changes: 5 additions & 0 deletions readme/changelog_android.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Joplin Android app changelog

## [android-v2.9.5](https://github.com/laurent22/joplin/releases/tag/android-v2.9.5) (Pre-release) - 2022-10-11T13:52:00Z

- Improved: Disable multi-highlighting to fix context menu (9b348fd)
- Improved: Display icon for all notebooks if at least one notebook has an icon (ec97dd8)

## [android-v2.9.4](https://github.com/laurent22/joplin/releases/tag/android-v2.9.4) (Pre-release) - 2022-10-11T13:27:49Z

- Improved: Disable multi-highlighting to fix context menu (9b348fd)
Expand Down

0 comments on commit 5e944df

Please sign in to comment.