Skip to content

Commit 7450c16

Browse files
Bump androidx.browser:browser from 1.4.0 to 1.5.0
Bumps androidx.browser:browser from 1.4.0 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.browser:browser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d1dad3f commit 7450c16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

owncloudApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation "androidx.room:room-runtime:$androidxRoom"
3131
implementation "androidx.sqlite:sqlite-ktx:2.3.0"
3232
implementation "androidx.work:work-runtime-ktx:2.8.0"
33-
implementation("androidx.browser:browser:1.4.0") { because "CustomTabs required for OAuth2 and OIDC" }
33+
implementation("androidx.browser:browser:1.5.0") { because "CustomTabs required for OAuth2 and OIDC" }
3434
implementation("androidx.enterprise:enterprise-feedback:1.1.0") { because "MDM feedback" }
3535

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

0 commit comments

Comments
 (0)