Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Naitbit committed Nov 14, 2018
1 parent c55dfcc commit 25181c9
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions README.md
Expand Up @@ -27,22 +27,8 @@ Designed and implemented by [Outline](http://byoutline.com).
## Mock API
Application shows data from Mocked API. This is a simple HTTP server started with app on device.
All data are being served by AndroidStubServer library based on configuration files placed in assets/mock/ directory. If you want to see configuration of API go to config.json file.
Note: HTTP no longer works on API 28 and would need to https.

## Project setup
This project uses [Retrolambda](https://github.com/orfjackal/retrolambda).
If your build fails on `compileRetrolambdaDebug` or `compileDebugJavaWithJavac`
please ensure that you have both Java 7 and Java 8 installed in your system. To be
sure that they are found you may want to set `JAVA7_HOME` and `JAVA8_HOME`
environment variables.

For example on linux you can add those lines `/etc/enviroment/`:
```
JAVA7_HOME=/usr/lib/jvm/java-7-openjdk-amd64
JAVA8_HOME=/usr/lib/jvm/java-8-openjdk-amd64
```

Alternatively you may set them in `gradle.properties` file.
Examples are provided as comments in `gradle.properties` in [project build dir](gradle.properties) [[see more]](https://docs.gradle.org/current/userguide/build_environment.html).

## Eye candy

Expand Down

0 comments on commit 25181c9

Please sign in to comment.