Skip to main content

Add Maven Repository

Add mavenCentral() repository in the project-level build.gradle file.

Enable Java 8

The SDK is target and source compatible with version 8 of the Java Programming Language. Enable Java 8 in the application build.gradle(.kts) if not done already.
For more information about samples, refer to the Android Sample.