From 3d2e1d5d177dd9bf75fc5729ffbe8cd2df4b6895 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Wed, 23 Mar 2016 17:49:35 +0100 Subject: fix build instructions in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d7a07e232..1c61e3fcf 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Development mailinglist at https://lists.riseup.net/www/subscribe/openkeychain 3. Have Android SDK "tools", "platform-tools", and "build-tools" directories in your PATH (http://developer.android.com/sdk/index.html) 4. Open the Android SDK Manager (shell command: ``android``). Expand the Tools directory and select "Android SDK Build-tools (Version 23.0.1)". -Expand the Extras directory and install "Android Support Repository" +Expand the Extras directory and install "Android Support Library", as well as "Local Maven repository for Support Libraries" Select SDK Platform for API levels 21, 22, and 23. 5. Export ANDROID_HOME pointing to your Android SDK 6. Execute ``./gradlew assembleFdroidDebug`` -- cgit v1.2.3 From f5d9d33bbcc15c4ecbc0962852702909eff62087 Mon Sep 17 00:00:00 2001 From: Bernd Date: Sat, 2 Apr 2016 00:51:29 +0200 Subject: Fix link to open-keychain/bouncycastle fork --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1c61e3fcf..940699fb4 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ We are using the newest [Android Studio](http://developer.android.com/sdk/instal OpenKeychain uses a forked version with some small changes. These changes will been sent to Bouncy Castle. see -* Fork: https://github.com/openpgp-keychain/bouncycastle +* Fork: https://github.com/open-keychain/bouncycastle #### Bouncy Castle resources -- cgit v1.2.3 From 9930d675212de4b4aad3a5775d51b805bc360c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Fri, 29 Apr 2016 21:09:20 +0200 Subject: Update more libraries --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 940699fb4..0ebba655a 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,9 @@ ext { ``` * Change SDK and Build Tools in git submodules "openkeychain-api-lib" and "openpgp-api-lib" manually. They should also build on their own without the ext variables. +#### Update library +* You can check for library updates with ``./gradlew dependencyUpdates -Drevision=release + #### Add new library * You can add the library as a Maven dependency or as a git submodule (if patches are required) in the "extern" folder. * You can get all transitive dependencies with ``./gradlew -q dependencies OpenKeychain:dependencies`` -- cgit v1.2.3