mirror of https://github.com/laurent22/joplin.git
parent
2fba101333
commit
fc8ea6df0b
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue