The maven repository link along with the credentials will be provided by email upon request.To add the sdk as a dependency to your app, add the following in your build gradle:
build.gradle
build.gradle.kts
dependencies { implementation 'ae.gov.icp.uaekyc:uaekyc-sdk:$sdkVersion' // Replace with the latest version}
dependencies { implementation("ae.gov.icp.uaekyc:uaekyc-sdk:$sdkVersion") // Replace with the latest version}