Getting Started
Last updated
Last updated
After forking or cloning the project you will need to do the following before you can actually compile the project.
Copy google-services.json
into the app/google-services.json
Copy secrets
into app/.config/secrets.properties
When the project fails to build even after you've completed the above steps, to resolve this you should try to delete the problematic library files in the .idea/libraries/
folder:
Find and delete all theGradle__com_android_support_xxx.xml
files
In android studio Sync IDE with file system & Sync project files with Gradle files
Rebuild your project
Before you can build & run from the source code you will need an API key from , after you will need to copy the ID & Secret and place them intosecrets.properties
and that is it!
Make sure that the Redirect URL is set tointent://com.mxt.anitrend
as this is what the application listens for after a successful authentication process, the name can be set to whatever you desire