This repo contains the source for the official CodeDay Companion app, licensed under GPLv3.
It is written in Kotlin.
- In
app/src/main/res/values
, copyapi_keys.xml.example
toapi_keys.xml
in the same directory. - Replace the keys there with the appropriate values. They are all required as of right now; we will make them optional later.
- Gradle sync.
- You should be good to go!