diff --git a/README.md b/README.md index 0d945502be..fc5d0ab5e5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/ReactNativeClient/android/app/build.gradle b/ReactNativeClient/android/app/build.gradle index 4a5f19ed9b..19959d52d7 100644 --- a/ReactNativeClient/android/app/build.gradle +++ b/ReactNativeClient/android/app/build.gradle @@ -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" }