Skip to content

Commit cfaf7bb

Browse files
authored
Merge pull request #3910 from owncloud/dependabot/gradle/androidx.browser-browser-1.5.0
Bump androidx.browser:browser from 1.4.0 to 1.5.0
2 parents d1dad3f + 7450c16 commit cfaf7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)