mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 12:25:57 +03:00
fix(deps): update dependency com.github.nextcloud:android-singlesignon to v1.3.2
This commit is contained in:
parent
b6484aac74
commit
c58ededc50
2 changed files with 13 additions and 2 deletions
|
@ -97,7 +97,7 @@ dependencies {
|
|||
|
||||
// Nextcloud SSO
|
||||
implementation 'com.github.nextcloud.android-common:ui:0.23.0'
|
||||
implementation 'com.github.nextcloud:Android-SingleSignOn:1.3.0'
|
||||
implementation 'com.github.nextcloud:Android-SingleSignOn:1.3.2'
|
||||
implementation 'com.github.stefan-niedermann:android-commons:1.0.0'
|
||||
implementation "com.github.stefan-niedermann.nextcloud-commons:sso-glide:$commonsVersion"
|
||||
implementation "com.github.stefan-niedermann.nextcloud-commons:exception:$commonsVersion"
|
||||
|
|
|
@ -167,7 +167,10 @@
|
|||
<trusted-key id="E77417AC194160A3FABD04969A259C7EE636C5ED" group="com.google.errorprone"/>
|
||||
<trusted-key id="E7DC75FC24FB3C8DFE8086AD3D5839A2262CBBFB" group="org.jetbrains.kotlinx"/>
|
||||
<trusted-key id="E85AED155021AF8A6C6B7A4A7C7D8456294423BA" group="org.objenesis"/>
|
||||
<trusted-key id="E9CC3CD1AE59E851E4DB3FA350FFD7487D34B5B9" group="io.reactivex.rxjava3" name="rxjava" version="3.1.8"/>
|
||||
<trusted-key id="E9CC3CD1AE59E851E4DB3FA350FFD7487D34B5B9">
|
||||
<trusting group="io.reactivex.rxjava3" name="rxjava" version="3.1.8"/>
|
||||
<trusting group="io.reactivex.rxjava3" name="rxjava" version="3.1.9"/>
|
||||
</trusted-key>
|
||||
<trusted-key id="EB1B3DE71713C9EC2E87CC26EE92349AD86DE446" group="com.google.j2objc" name="j2objc-annotations" version="2.8"/>
|
||||
<trusted-key id="EE0CA873074092F806F59B65D364ABAA39A47320" group="com.google.errorprone"/>
|
||||
<trusted-key id="F1A51E051F527E0C8E24D54D4B1E11D5A4B91E89" group="com.google.protobuf"/>
|
||||
|
@ -3622,6 +3625,14 @@
|
|||
</sha256>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.github.nextcloud" name="Android-SingleSignOn" version="1.3.2">
|
||||
<artifact name="Android-SingleSignOn-1.3.2.aar">
|
||||
<sha256 value="c6ab0d352eb25d5a18bd226f0f1e46e97b78c2a828ad622c1ea0422b1fcd5a24" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
<artifact name="Android-SingleSignOn-1.3.2.module">
|
||||
<sha256 value="df10a0aa4c62f8608795ed8e5223e51b44e4fa58a2ef59be2991fed576802a7b" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.github.nextcloud" name="android-common" version="0.14.0">
|
||||
<artifact name="android-common-0.14.0.jar">
|
||||
<sha256 value="12473a2140bdf23575f487ddce434ba8cdfc5bc28f99ddf7f6b6418c67597632" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
|
|
Loading…
Reference in a new issue