Installation
To include the GIZO SDK to an Android project, add the JitPack repository to the build.gradle file:
pluginManagement {
repositories {
maven {
url = uri("https://jitpack.io")
}
}
}
Additionally, include the following line in the dependencies section.
implementation("com.github.artificient-ai:gizo-android-sdk-alpha:2.0.9")
Once the JitPack repository and the GIZO SDK are added to the build.gradle file, you can proceed to the next section.
Last updated