Skip to content

Commit c090c9a

Browse files
Merge pull request #2045 from nextcloud/renovate/com.github.nextcloud-android-singlesignon-1.x
fix(deps): update dependency com.github.nextcloud:android-singlesignon to v1.1.0
2 parents f0f157d + 9e075cc commit c090c9a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dependencies {
8484

8585
// Nextcloud SSO
8686
implementation 'com.github.nextcloud.android-common:ui:0.17.0'
87-
implementation 'com.github.nextcloud:Android-SingleSignOn:1.0.0'
87+
implementation 'com.github.nextcloud:Android-SingleSignOn:1.1.0'
8888
implementation 'com.github.stefan-niedermann:android-commons:1.0.0'
8989
implementation "com.github.stefan-niedermann.nextcloud-commons:sso-glide:$commonsVersion"
9090
implementation "com.github.stefan-niedermann.nextcloud-commons:exception:$commonsVersion"

gradle/verification-metadata.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,10 @@
119119
<trusted-key id="CE8075A251547BEE249BC151A2115AE15F6B8B72" group="org.apache.commons"/>
120120
<trusted-key id="D6F1BC78607808EC8E9F69437A8860944FAD5F62" group="org.apache.commons" name="commons-parent"/>
121121
<trusted-key id="DB0597E3144342256BC81E3EC727D053C4481CF5" group="org.tensorflow" name="tensorflow-lite-metadata" version="0.1.0-rc2"/>
122-
<trusted-key id="DBD744ACE7ADE6AA50DD591F66B50994442D2D40" group="com.squareup"/>
122+
<trusted-key id="DBD744ACE7ADE6AA50DD591F66B50994442D2D40">
123+
<trusting group="com.squareup"/>
124+
<trusting group="^com[.]squareup($|([.].*))" regex="true"/>
125+
</trusted-key>
123126
<trusted-key id="E2F51A65767284220C6DFD60520410E2AF06FA82" group="com.github.bumptech.glide"/>
124127
<trusted-key id="E77417AC194160A3FABD04969A259C7EE636C5ED" group="com.google.errorprone"/>
125128
<trusted-key id="E7DC75FC24FB3C8DFE8086AD3D5839A2262CBBFB" group="org.jetbrains.kotlinx"/>
@@ -1603,6 +1606,14 @@
16031606
</sha256>
16041607
</artifact>
16051608
</component>
1609+
<component group="com.github.nextcloud" name="Android-SingleSignOn" version="1.1.0">
1610+
<artifact name="Android-SingleSignOn-1.1.0.aar">
1611+
<sha256 value="228d817ae0351daf9c34f53e08a0f5fc1cde31a68041d5c81841c868b70400f8" origin="Generated by Gradle" reason="Artifact is not signed"/>
1612+
</artifact>
1613+
<artifact name="Android-SingleSignOn-1.1.0.module">
1614+
<sha256 value="80dfbc0a7f3584650da1e1a4089fce380e3ddda348d1bbb447ea95396b6043d2" origin="Generated by Gradle" reason="Artifact is not signed"/>
1615+
</artifact>
1616+
</component>
16061617
<component group="com.github.nextcloud" name="android-common" version="0.14.0">
16071618
<artifact name="android-common-0.14.0.jar">
16081619
<sha256 value="12473a2140bdf23575f487ddce434ba8cdfc5bc28f99ddf7f6b6418c67597632" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)