Use Nextcloud SSO 0.7.0
This commit is contained in:
parent
ffe7878fc3
commit
dbaf315b4f
|
@ -57,8 +57,7 @@ dependencies {
|
||||||
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
|
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
|
||||||
implementation("androidx.coordinatorlayout:coordinatorlayout:1.2.0")
|
implementation("androidx.coordinatorlayout:coordinatorlayout:1.2.0")
|
||||||
implementation("com.squareup.okhttp3:okhttp-sse:4.10.0")
|
implementation("com.squareup.okhttp3:okhttp-sse:4.10.0")
|
||||||
//implementation("com.github.nextcloud:Android-SingleSignOn:0.6.1")
|
implementation("com.github.nextcloud:Android-SingleSignOn:0.7.0")
|
||||||
implementation("com.github.p1gp1g:Android-SingleSignOn:0.6.1-4")
|
|
||||||
implementation("com.squareup.retrofit2:retrofit:$retrofitVersion")
|
implementation("com.squareup.retrofit2:retrofit:$retrofitVersion")
|
||||||
implementation("com.squareup.retrofit2:converter-gson:$retrofitVersion")
|
implementation("com.squareup.retrofit2:converter-gson:$retrofitVersion")
|
||||||
implementation("com.squareup.retrofit2:adapter-rxjava3:$retrofitVersion")
|
implementation("com.squareup.retrofit2:adapter-rxjava3:$retrofitVersion")
|
||||||
|
|
|
@ -28,7 +28,6 @@ allprojects {
|
||||||
url "https://www.jitpack.io"
|
url "https://www.jitpack.io"
|
||||||
content {
|
content {
|
||||||
includeModule 'com.github.nextcloud', 'Android-SingleSignOn'
|
includeModule 'com.github.nextcloud', 'Android-SingleSignOn'
|
||||||
includeModule 'com.github.p1gp1g', 'Android-SingleSignOn'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue