From ac8e91e82eb465836b84b1e60a53782e4f35e6b9 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Thu, 18 Jan 2018 22:34:27 +0000 Subject: [PATCH] Started FAQ --- README_faq.md | 4 ++++ ReactNativeClient/android/app/build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README_faq.md b/README_faq.md index e69de29bb..a0bde9d52 100644 --- a/README_faq.md +++ b/README_faq.md @@ -0,0 +1,4 @@ +# When I open a note in vim, the cursor is not visible + +It seems to be due to the setting `set term=ansi` in .vimrc. Removing it should fix the issue. See https://github.com/laurent22/joplin/issues/147 for more information. + diff --git a/ReactNativeClient/android/app/build.gradle b/ReactNativeClient/android/app/build.gradle index 940bc23db..b84ab3dfb 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 90 - versionName "0.10.75" + versionCode 2097255 + versionName "0.10.77" ndk { abiFilters "armeabi-v7a", "x86" }