From b2f60bc6237c5ba0f34e6a2189a70b92179a5c93 Mon Sep 17 00:00:00 2001 From: radeva Date: Tue, 11 Sep 2018 13:31:18 +0300 Subject: [PATCH 1/2] docs: forums to Stack Overflow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60298d5..e44709b 100644 --- a/README.md +++ b/README.md @@ -475,6 +475,6 @@ We love PRs! Check out the [contributing guidelines](CONTRIBUTING.md). If you wa ## Get Help -Please, use [github issues](https://github.com/NativeScript/nativescript-facebook/issues) strictly for [reporting bugs](CONTRIBUTING.md#reporting-bugs) or [requesting features](CONTRIBUTING.md#requesting-new-features). For general questions and support, check out the [NativeScript community forum](https://discourse.nativescript.org/) or ask our experts in [NativeScript community Slack channel](http://developer.telerik.com/wp-login.php?action=slack-invitation). +Please, use [github issues](https://github.com/NativeScript/nativescript-facebook/issues) strictly for [reporting bugs](CONTRIBUTING.md#reporting-bugs) or [requesting features](CONTRIBUTING.md#requesting-new-features). For general questions and support, check out [Stack Overflow](https://stackoverflow.com/questions/tagged/nativescript) or ask our experts in [NativeScript community Slack channel](http://developer.telerik.com/wp-login.php?action=slack-invitation). ![](https://ga-beacon.appspot.com/UA-111455-24/nativescript/nativescript-facebook?pixel) From a1590476d4d2420be0d25c5a22aee5c8734a8ec8 Mon Sep 17 00:00:00 2001 From: Zdravko Branzov Date: Tue, 11 Sep 2018 15:26:11 +0300 Subject: [PATCH 2/2] fix: try to resolve gradle build issue --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0fa2aa0..375af30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,15 +85,6 @@ android: - android-23 - extra-android-m2repository -before_cache: - - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - -cache: - directories: - - .nvm - - $HOME/.gradle/caches/ - - $HOME/.gradle/wrapper/ - install: - npm install -g nativescript - tns usage-reporting disable