Skip to content

Commit

Permalink
Android 2.11.31
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Jun 25, 2023
1 parent 6036420 commit e46ecdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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 2097715
versionName "2.11.30"
versionCode 2097716
versionName "2.11.31"
// ndk {
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
// }
Expand Down
4 changes: 4 additions & 0 deletions readme/changelog_android.md
@@ -1,5 +1,9 @@
# Joplin Android app changelog

## [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)

## [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 e46ecdc

Please sign in to comment.