Skip to content

Commit

Permalink
Merge pull request #3910 from owncloud/dependabot/gradle/androidx.bro…
Browse files Browse the repository at this point in the history
…wser-browser-1.5.0

Bump androidx.browser:browser from 1.4.0 to 1.5.0
  • Loading branch information
abelgardep authored Feb 14, 2023
2 parents d1dad3f + 7450c16 commit cfaf7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owncloudApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation "androidx.room:room-runtime:$androidxRoom"
implementation "androidx.sqlite:sqlite-ktx:2.3.0"
implementation "androidx.work:work-runtime-ktx:2.8.0"
implementation("androidx.browser:browser:1.4.0") { because "CustomTabs required for OAuth2 and OIDC" }
implementation("androidx.browser:browser:1.5.0") { because "CustomTabs required for OAuth2 and OIDC" }
implementation("androidx.enterprise:enterprise-feedback:1.1.0") { because "MDM feedback" }

// KTX extensions, see https://developer.android.com/kotlin/ktx.html
Expand Down

0 comments on commit cfaf7bb

Please sign in to comment.