- You need JDK 17 or higher.
- Go to https://rawg.io/apidocs to Obtain your API key.
- Add
RAWG_API_KEY=<YOUR_API_KEY>
to local.properties file, and replace<YOUR_API_KEY>
with your obtained API key. - Run
./gradlew generateNonAndroidBuildConfig
.
- Open an issue describing the bug or the feature request.
- Fork the repository.
- Make a new branch
git checkout -b new_feature
. - Make your changes.
- Commit changes,
git add .
thengit commit -m "Commit Message"
. - push the changes upstream to your fork
git push origin new_feature
. - Open a PR to merge the changes with the original Repository.