Skip to content

Gribbirg/todo-list-app

Repository files navigation

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