1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Updated Readme

This commit is contained in:
Laurent Cozic 2017-11-03 17:40:57 +00:00
parent 28dcdc8984
commit 1e8325be9d
2 changed files with 3 additions and 3 deletions

View File

@ -358,7 +358,7 @@ The following commands are available in [command-line mode](#command-line-mode):
# Known bugs
- Non-alphabetical characters such as Chinese or Arabic might create glitches in the user interface on Windows. This is a limitation of the current Windows console.
- In the React Native app, changing the notebook of a note sometimes has no effect, due to [this bug](https://github.com/facebook/react-native/issues/15556).
- In the React Native app, changing the notebook of a note sometimes has no effect, due to [this bug](https://github.com/facebook/react-native/issues/15556). Due to [this other bug](https://github.com/facebook/react-native/issues/13351), changing one config value sometimes also set a different one. Waiting for Facebook to fix React Native.
# License

View File

@ -90,8 +90,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion 16
targetSdkVersion 22
versionCode 53
versionName "0.9.40"
versionCode 54
versionName "0.9.41"
ndk {
abiFilters "armeabi-v7a", "x86"
}