aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-03-02 16:34:56 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-03-02 16:34:56 +0100
commit058f792566d0bacb327d32f0e59ffca2af7323bc (patch)
treeee347e5622e451eddc52216e2fed4efe97c4949a /README.md
parent9514719719908f13ca730ca7ba89f2d91a49eb00 (diff)
downloadopen-keychain-058f792566d0bacb327d32f0e59ffca2af7323bc.tar.gz
open-keychain-058f792566d0bacb327d32f0e59ffca2af7323bc.tar.bz2
open-keychain-058f792566d0bacb327d32f0e59ffca2af7323bc.zip
Update readme for build system
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index 7c2f50326..021a15acb 100644
--- a/README.md
+++ b/README.md
@@ -106,10 +106,7 @@ see
* Mailinglist Archive at http://bouncy-castle.1462172.n4.nabble.com/Bouncy-Castle-Dev-f1462173.html
* Commit changelog of pg subpackage: https://github.com/bcgit/bc-java/commits/master/pg
-
-## Notes
-
-### Build System
+## Build System
We try to make our builds as [reproducible/deterministic](https://blog.torproject.org/blog/deterministic-builds-part-one-cyberwar-and-global-compromise) as possible.
@@ -141,17 +138,18 @@ android {
buildToolsVersion rootProject.ext.buildToolsVersion
}
```
+* You can check for wrong ``compileSdkVersion`` by ``find -name build.gradle | xargs grep compileSdkVersion``
-### Slow Gradle?
+#### Slow Gradle?
* https://www.timroes.de/2013/09/12/speed-up-gradle/
* Disable Lint checking if it is enabled in build.gradle
-### Error:Configuration with name 'default' not found.
+#### Error:Configuration with name 'default' not found.
Gradle project dependencies are missing. Do a ``git submodule init && git submodule update``
-### Translations
+## Translations
Translations are hosted on Transifex, which is configured by ".tx/config".