Skip to content

Commit

Permalink
Android 2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Oct 31, 2021
1 parent 1f96eb7 commit b678d20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -141,8 +141,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097655
versionName "2.5.4"
versionCode 2097656
versionName "2.5.5"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
Expand Down
2 changes: 1 addition & 1 deletion readme/changelog_android.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Joplin Android app changelog

## [android-v2.5.4](https://github.com/laurent22/joplin/releases/tag/android-v2.5.4) (Pre-release) - 2021-10-31T10:24:30Z
## [android-v2.5.5](https://github.com/laurent22/joplin/releases/tag/android-v2.5.5) (Pre-release) - 2021-10-31T11:03:16Z

- New: Add padding around beta text editor (365e152)
- Improved: Capitalise first word of sentence in beta editor (4128be9)
Expand Down

0 comments on commit b678d20

Please sign in to comment.