WIP, currently only supports Computing Year 2.
To run desktop APP: (supports macOS, Windows, and Linux)
./gradlew runRelease
To build Android APP: (Android API 26+)
./gradlew :android:build
You can find the output APK in android/build/outputs/apk
.
To install the debug variant to a device connected to ADB:
./gradlew :android:installDebug