aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--settings.gradle2
2 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index b57582e30..48b649b22 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Translations are managed at Transifex, please contribute there at https://www.tr
### Contribute Code
1. Join the development mailinglist at http://groups.google.com/d/forum/openpgp-keychain-dev
-2. Lookout for interesting issues on our issue page at Github: https://github.com/open-keychain/open-keychain/issues
+2. Lookout for interesting issues on Github. We have tagged issues were we explicitly like to see contributions: https://github.com/open-keychain/open-keychain/labels/help-wanted
3. Tell us about your plans on the mailinglist
4. Read this README, especially the notes about coding style
5. Fork OpenKeychain and contribute code (the best part ;) )
diff --git a/settings.gradle b/settings.gradle
index 16be28694..19f651b89 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,14 +1,12 @@
include ':OpenKeychain'
include ':extern:openpgp-api-lib'
include ':extern:openkeychain-api-lib'
-include ':extern:StickyListHeaders:library'
include ':extern:spongycastle:core'
include ':extern:spongycastle:pg'
include ':extern:spongycastle:pkix'
include ':extern:spongycastle:prov'
include ':extern:minidns'
include ':extern:KeybaseLib:Lib'
-include ':extern:TokenAutoComplete:library'
include ':extern:safeslinger-exchange'
include ':extern:snackbar:lib'
include ':OpenKeychain-Test'