1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-30 10:36:35 +02:00

Android 2.11.21

This commit is contained in:
Laurent Cozic 2023-05-14 12:20:01 +01:00
parent e0dbd198d8
commit 3e2f4b163b
2 changed files with 6 additions and 2 deletions

View File

@ -156,8 +156,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097705
versionName "2.11.20"
versionCode 2097706
versionName "2.11.21"
// ndk {
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
// }

View File

@ -1,5 +1,9 @@
# Joplin Android app changelog
## [android-v2.11.21](https://github.com/laurent22/joplin/releases/tag/android-v2.11.21) (Pre-release) - 2023-05-14T11:05:15Z
- Improved: Updated packages react-native-paper (v5.6.0)
## [android-v2.11.16](https://github.com/laurent22/joplin/releases/tag/android-v2.11.16) (Pre-release) - 2023-05-12T12:43:08Z
- Improved: Sync as soon as the app starts, and immediately after changing a note (3eb44d2)