active-directory-b2c-android-native-appauth
active-directory-b2c-android-native-appauth copied to clipboard
Does not work for the latest Gradle version
It is crazy hard to get started with this for Android with broken samples, please fix this stuff!
I got this working by changing the maven url
subprojects {
repositories {
jcenter()
maven {
url 'https://maven.google.com'
}
}
}
still does not work, please document pre-req clearly to get the sample running. facing - Gradle sync failed: Cause: repository not found