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

Android 2.11.22

This commit is contained in:
Laurent Cozic 2023-05-14 14:49:59 +01:00
parent 92272533e5
commit 9160f0e2a2
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 2097706
versionName "2.11.21"
versionCode 2097707
versionName "2.11.22"
// ndk {
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
// }

View File

@ -1,5 +1,9 @@
# Joplin Android app changelog
## [android-v2.11.22](https://github.com/laurent22/joplin/releases/tag/android-v2.11.22) (Pre-release) - 2023-05-14T13:44:28Z
- Fixed: Fix "Download interrupted" error (b023f58)
## [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)