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

Android 2.11.30

This commit is contained in:
Laurent Cozic 2023-06-20 17:51:05 +01:00
parent dc2def403c
commit 95d83a8ced
2 changed files with 3 additions and 3 deletions

View File

@ -156,8 +156,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097714
versionName "2.11.29"
versionCode 2097715
versionName "2.11.30"
// ndk {
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
// }

View File

@ -1,6 +1,6 @@
# Joplin Android app changelog
## [android-v2.11.29](https://github.com/laurent22/joplin/releases/tag/android-v2.11.29) (Pre-release) - 2023-06-20T14:56:42Z
## [android-v2.11.30](https://github.com/laurent22/joplin/releases/tag/android-v2.11.30) (Pre-release) - 2023-06-20T15:21:15Z
- New: Add support for Voice Typing for most languages (#8309)