We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1dad3f + 7450c16 commit cfaf7bbCopy full SHA for cfaf7bb
owncloudApp/build.gradle
@@ -30,7 +30,7 @@ dependencies {
30
implementation "androidx.room:room-runtime:$androidxRoom"
31
implementation "androidx.sqlite:sqlite-ktx:2.3.0"
32
implementation "androidx.work:work-runtime-ktx:2.8.0"
33
- 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" }
34
implementation("androidx.enterprise:enterprise-feedback:1.1.0") { because "MDM feedback" }
35
36
// KTX extensions, see https://developer.android.com/kotlin/ktx.html
0 commit comments