Skip to content

Commit

Permalink
Android 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Feb 12, 2022
1 parent 105a61c commit ed20604
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
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 2097666
versionName "2.7.1"
versionCode 2097667
versionName "2.7.2"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
Expand Down
4 changes: 2 additions & 2 deletions readme/changelog_android.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Joplin Android app changelog

## [android-v2.7.1](https://github.com/laurent22/joplin/releases/tag/android-v2.7.1) (Pre-release) - 2022-02-11T18:16:28Z
## [android-v2.7.2](https://github.com/laurent22/joplin/releases/tag/android-v2.7.2) (Pre-release) - 2022-02-12T12:51:29Z

- New: Add additional time format HH.mm (#6086 by [@vincentjocodes](https://github.com/vincentjocodes))
- Improved: Do no duplicate resources when duplicating a note (721d008)
- Improved: Do not duplicate resources when duplicating a note (721d008)
- Improved: Make heading 4, 5 and 6 styling more consistent (fca5875)
- Improved: Show login prompt for OneDrive (#5933 by Jonathan Heard)
- Improved: Update Mermaid 8.13.5 -> 8.13.9 and Katex dependencies (#6039 by Helmut K. C. Tessarek)
Expand Down

0 comments on commit ed20604

Please sign in to comment.