diff --git a/android/app/build.gradle b/android/app/build.gradle index 26b879320..da9e09f05 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -35,6 +35,11 @@ repositories { includeGroup("com.facebook.yoga") } } + + // https://github.com/AzureAD/microsoft-authentication-library-for-android#step-1-declare-dependency-on-msal + maven { + url 'https://pkgs.dev.azure.com/MicrosoftDeviceSDK/DuoSDK-Public/_packaging/Duo-SDK-Feed/maven/v1' + } } apply from: "$projectDir/../force-resolve-trove4j.gradle" diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 9444313b9..c867ec01a 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -3,6 +3,7 @@ xmlns:tools="http://schemas.android.com/tools" package="com.microsoft.reacttestapp"> +