Use Nextcloud SSO 0.7.0

This commit is contained in:
sim 2023-04-12 19:11:28 +02:00
parent ffe7878fc3
commit dbaf315b4f
2 changed files with 1 additions and 3 deletions

View File

@ -57,8 +57,7 @@ dependencies {
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.coordinatorlayout:coordinatorlayout:1.2.0")
implementation("com.squareup.okhttp3:okhttp-sse:4.10.0")
//implementation("com.github.nextcloud:Android-SingleSignOn:0.6.1")
implementation("com.github.p1gp1g:Android-SingleSignOn:0.6.1-4")
implementation("com.github.nextcloud:Android-SingleSignOn:0.7.0")
implementation("com.squareup.retrofit2:retrofit:$retrofitVersion")
implementation("com.squareup.retrofit2:converter-gson:$retrofitVersion")
implementation("com.squareup.retrofit2:adapter-rxjava3:$retrofitVersion")

View File

@ -28,7 +28,6 @@ allprojects {
url "https://www.jitpack.io"
content {
includeModule 'com.github.nextcloud', 'Android-SingleSignOn'
includeModule 'com.github.p1gp1g', 'Android-SingleSignOn'
}
}
}