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

Android 2.11.32

This commit is contained in:
Laurent Cozic 2023-07-03 13:08:52 +01:00
parent e0ea76c9f1
commit 1118fef164
2 changed files with 6 additions and 2 deletions

View File

@ -156,8 +156,8 @@ android {
applicationId "net.cozic.joplin" applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097716 versionCode 2097717
versionName "2.11.31" versionName "2.11.32"
// ndk { // ndk {
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" // abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
// } // }

View File

@ -1,5 +1,9 @@
# Joplin Android app changelog # Joplin Android app changelog
## [android-v2.11.32](https://github.com/laurent22/joplin/releases/tag/android-v2.11.32) (Pre-release) - 2023-07-03T11:33:54Z
- Improved: Allow configuring voice typing model URL (2aab85f)
## [android-v2.11.31](https://github.com/laurent22/joplin/releases/tag/android-v2.11.31) (Pre-release) - 2023-06-25T14:26:21Z ## [android-v2.11.31](https://github.com/laurent22/joplin/releases/tag/android-v2.11.31) (Pre-release) - 2023-06-25T14:26:21Z
- Improved: Upgrade E2EE encryption method to AES-256 (#7686) - Improved: Upgrade E2EE encryption method to AES-256 (#7686)