Skip to content

Commit

Permalink
Android 2.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Mar 22, 2023
1 parent 917b53b commit a0f582b
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
Expand Up @@ -150,8 +150,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097684
versionName "2.10.8"
versionCode 2097685
versionName "2.10.9"
// ndk {
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
// }
Expand Down
4 changes: 4 additions & 0 deletions readme/changelog_android.md
@@ -1,5 +1,9 @@
# Joplin Android app changelog

## [android-v2.10.9](https://github.com/laurent22/joplin/releases/tag/android-v2.10.9) (Pre-release) - 2023-03-22T18:40:57Z

- Improved: Mark biometrics feature as beta and ensure no call is made if it is not enabled (e44a934)

## [android-v2.10.8](https://github.com/laurent22/joplin/releases/tag/android-v2.10.8) (Pre-release) - 2023-02-28T18:09:21Z

- Improved: Stop synchronization with unsupported WebDAV providers (#7819) (#7661 by [@julien](https://github.com/julien))
Expand Down

0 comments on commit a0f582b

Please sign in to comment.