Teamfight Tactics App using Riot Games API
Teamfight Tactics App using Riot Games API
This project uses the Gradle build system. To build this project, use the gradlew build command or use “Import Project” in Android Studio.
There is Gradle task for testing the project:
TFT Statistics uses the Riot API to access to game data.
To use the API, you will need to obtain a free developer API key. See the Riot API Documentation for instructions.
Once you have the key, add this line to the gradle.properties
file, either in your user home
directory (usually ~/.gradle/gradle.properties
) or in the project’s root folder:
RiotApiKey=<your riot api key>