Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 595 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 595 Bytes

CodeDay Companion for Android

This repo contains the source for the official CodeDay Companion app, licensed under GPLv3.

It is written in Kotlin.

Building

  1. In app/src/main/res/values, copy api_keys.xml.example to api_keys.xml in the same directory.
  2. Replace the keys there with the appropriate values. They are all required as of right now; we will make them optional later.
  3. Gradle sync.
  4. You should be good to go!