1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-11 23:17:19 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Laurent Cozic
a0e9da705c Android 2.11.9 2023-05-07 20:03:26 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -152,8 +152,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 2097693 versionCode 2097694
versionName "2.11.8" versionName "2.11.9"
// ndk { // ndk {
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" // abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
// } // }

View File

@@ -1,6 +1,6 @@
# Joplin Android app changelog # Joplin Android app changelog
## [android-v2.11.8](https://github.com/laurent22/joplin/releases/tag/android-v2.11.8) (Pre-release) - 2023-05-07T17:24:48Z ## [android-v2.11.9](https://github.com/laurent22/joplin/releases/tag/android-v2.11.9) (Pre-release) - 2023-05-07T18:07:15Z
- Improved: Disable Hermes engine (e9e9986) - Improved: Disable Hermes engine (e9e9986)
- Fixed: Fix voice typing (d5eeb12) - Fixed: Fix voice typing (d5eeb12)