Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.14 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.14 KB

ToDoApp

en ru wakatime

ToDo list application developed at Yandex summer school.

Get apk

See Telegram channel for getting last release apk.

Build

To launch app, create secrets.properties file in project root:

# Client id from Yandex ID: https://id.yandex.ru/
YANDEX_CLIENT_ID=

# Telegram bot keys for plugins
TELEGRAM_BOT_API=
TELEGRAM_CHAT_ID=

# Key data for creating signed apk
KEY_STORE_PATH=
KEY_STORE_PASSWORD=
KEY_ALIAS=
KEY_PASSWORD=

Stack