Skip to content

Commit

Permalink
Android 2.11.30
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Jun 20, 2023
1 parent dc2def4 commit 95d83a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/app-mobile/android/app/build.gradle
Expand Up @@ -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"
// }
Expand Down
2 changes: 1 addition & 1 deletion readme/changelog_android.md
@@ -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)

Expand Down

0 comments on commit 95d83a8

Please sign in to comment.