active-directory-b2c-android-native-appauth icon indicating copy to clipboard operation
active-directory-b2c-android-native-appauth copied to clipboard

Does not work for the latest Gradle version

Open boylenssen opened this issue 5 years ago • 2 comments

It is crazy hard to get started with this for Android with broken samples, please fix this stuff!

boylenssen avatar Mar 13 '20 13:03 boylenssen

I got this working by changing the maven url

subprojects {
    repositories {
        jcenter()

        maven {
            url 'https://maven.google.com'
        }
    }
}

JontyMC avatar Jan 11 '21 13:01 JontyMC

still does not work, please document pre-req clearly to get the sample running. facing - Gradle sync failed: Cause: repository not found

bhushang19 avatar May 30 '22 07:05 bhushang19