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

Android 2.11.11

This commit is contained in:
Laurent Cozic 2023-05-08 18:27:18 +01:00
parent 5ecae17538
commit bd9e62cbd2
2 changed files with 6 additions and 2 deletions

View File

@ -152,8 +152,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097695
versionName "2.11.10"
versionCode 2097696
versionName "2.11.11"
// ndk {
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
// }

View File

@ -1,5 +1,9 @@
# Joplin Android app changelog
## [android-v2.11.11](https://github.com/laurent22/joplin/releases/tag/android-v2.11.11) (Pre-release) - 2023-05-08T17:24:02Z
- Improved: Tells whether Hermes engine is enabled or not (5ecae17)
## [android-v2.11.10](https://github.com/laurent22/joplin/releases/tag/android-v2.11.10) (Pre-release) - 2023-05-08T10:26:14Z
- Improved: Disable Hermes engine (e9e9986)