mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
Android 2.9.7
This commit is contained in:
parent
20c62e0353
commit
3c24c4cd0b
@ -146,8 +146,8 @@ android {
|
||||
applicationId "net.cozic.joplin"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 2097674
|
||||
versionName "2.9.6"
|
||||
versionCode 2097675
|
||||
versionName "2.9.7"
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
|
||||
}
|
||||
|
@ -1,5 +1,10 @@
|
||||
# Joplin Android app changelog
|
||||
|
||||
## [android-v2.9.7](https://github.com/laurent22/joplin/releases/tag/android-v2.9.7) (Pre-release) - 2022-10-30T10:25:01Z
|
||||
|
||||
- Fixed: Fixed notebook icons alignment (ea6b7ca)
|
||||
- Fixed: Fixed crash when attaching a file.
|
||||
|
||||
## [android-v2.9.6](https://github.com/laurent22/joplin/releases/tag/android-v2.9.6) (Pre-release) - 2022-10-23T16:23:25Z
|
||||
|
||||
- New: Add monochrome icon (#6954 by Tom Bursch)
|
||||
|
Loading…
Reference in New Issue
Block a user