Android 3.2.7

pull/11636/head android-v3.2.7
Laurent Cozic 2025-01-13 17:12:08 +00:00
parent 2fba101333
commit fc8ea6df0b
2 changed files with 3 additions and 3 deletions

View File

@ -79,8 +79,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097762
versionName "3.2.6"
versionCode 2097763
versionName "3.2.7"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}

View File

@ -1,6 +1,6 @@
# Joplin Android Changelog
## [android-v3.2.6](https://github.com/laurent22/joplin/releases/tag/android-v3.2.6) (Pre-release) - 2025-01-11T22:03:01Z
## [android-v3.2.7](https://github.com/laurent22/joplin/releases/tag/android-v3.2.7) (Pre-release) - 2025-01-13T17:03:36Z
- Fixed: Clicking on an external note link from within a note logs an error (#11619) (#11455 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: Fix clicking "Draw picture" results in blank screen with very old WebView versions (#11604 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))