No description
Felix Ableitner
3a90f2d9a3
This might cause problems if the activity is closed after choosing yes, and before the other user confirms. We should probably store the information in the service. |
||
---|---|---|
app | ||
gradle | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
PROTOCOL.md | ||
README.md | ||
settings.gradle |
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 on your device.
To create a release apk, run ./gradlew assembleRelease
.
License
All code is licensed under the GPL, v3 or later.