- Android Studio Hedgehog 2023.1.1 but preferably the latest version
- Minimum Android SDK: API 21 or Android 5.0
- Target SDK Version: API 34 or Android 14
Just checkout the source code and import using Android Studio. All of the necessary libraries will be downloaded automatically via Gradle.
-
Do not forget to update the API Keys under Constants Class (These are provided by Brankas)
-
Update the Github Credentials under the build.gradle project file to enable the access and download of the SDK. Any username or password will be suffice. If the Github account to be used has Two Factor Authentication, use personal access token instead of the account password. Ensure that the personal access token has no expiration for the download of the SDK to proceed.
-
To run the app on a lower version of Android Studio, change the gradle version accordingly. Update the gradle version within Project build.gradle:
dependencies { classpath 'com.android.tools.build:gradle:8.2.0' }
and distribution URL within gradle-wrapper.properties: distributionUrl=https://services.gradle.org/distributions/gradle-8.2-bin.zip
Refer to this link for the correct Gradle Version of the Android Studio being used: https://developer.android.com/studio/releases#android_gradle_plugin_and_android_studio_compatibility