Felix Ableitner
5f123afcab
The "thin" build type relies on system scala library, while "debug" and "release" provide the library itself.
12 lines
423 B
Markdown
12 lines
423 B
Markdown
Building
|
|
========
|
|
To create a debug apk, run `./gradlew assembleDebug`. Alternatively, you can use
|
|
`.gradlew thinDebug` for a faster compile, but this requires Scala libraries installed
|
|
with [Android-Scala-Installer](https://github.com/Arneball/Android-Scala-Installer) on your device.
|
|
|
|
To create a release apk, run `./gradlew assembleRelease`.
|
|
|
|
License
|
|
=======
|
|
|
|
All code is licensed under the [GPL](LICENSE), v3 or later.
|