Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 662 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 662 Bytes

day-planner

Employee management app that that uses the Planday API as a backend

How to build

Obtain the refresh token and client id and put them in your local gradle.properties file:

Windows: C:\Users\YOUR-USERNAME\.gradle\gradle.properties

Mac: Users/YOUR-USERNAME/.gradle/gradle.properties

...
PLANDAY_CLIENT_ID="YOUR-CLIENT_ID-HERE"
PLANDAY_REFRESH_TOKEN="YOUR-REFRESH_TOKEN-HERE"

Libraries used

Please check the file Dependencies.kt