Android Configuration
Installation
If your version of Gradle is earlier than 7, add these lines to your build.gradle
.
If your version of Gradle is 7 or newer, add these lines to your settings.gradle
.
Add support for Java 8 to your build.gradle
file. Skip this step if Java 8 is enabled.
Add the SDK version to the dependencies section in your build.gradle
file
Last updated