Skip to content

Commit

Permalink
Update common (#988)
Browse files Browse the repository at this point in the history
* Update common

* update feed
  • Loading branch information
rpdome authored Mar 30, 2020
1 parent 81aaf66 commit 5fcaca0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ allprojects {
password project.vstsPassword
}
}
// Adding here because Travis cannot access AndroidADAL feed.
maven {
url 'https://pkgs.dev.azure.com/MicrosoftDeviceSDK/DuoSDK-Public/_packaging/Duo-SDK-Feed%40Local/maven/v1'
name 'Duo-SDK-Feed@Local'
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion msal/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- MSAL activity that will be used to process all the auth related logic -->
<activity
android:name="com.microsoft.identity.common.internal.providers.oauth2.AuthorizationActivity"
android:configChanges="orientation|keyboardHidden|screenSize|screenLayout"
android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|screenLayout"
android:exported="false"
android:launchMode="singleTask" />

Expand Down

0 comments on commit 5fcaca0

Please sign in to comment.