Skip to content

Commit

Permalink
fix(android): add config to support MSAL (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Nov 25, 2021
1 parent 7558ccd commit d36b435
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/app/build.gradle
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Expand Up @@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.microsoft.reacttestapp">

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />

<application
Expand Down

0 comments on commit d36b435

Please sign in to comment.