Skip to content

Commit

Permalink
feat: Apply communis patch
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Niedermann <[email protected]>
  • Loading branch information
stefan-niedermann committed Feb 29, 2024
1 parent 881740c commit e1ea03d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
ext.version_code = 2001000
ext.version_name = '2.1.0'
ext.kotlin_version = '1.9.22'
ext.sso_version = '1.0.0'
ext.sso_version = '1.0.0-communis.1'

repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion exception/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ afterEvaluate {
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'

api "com.github.nextcloud:Android-SingleSignOn:$sso_version"
api "com.github.stefan-niedermann:communis-sso:$sso_version"
implementation 'com.github.stefan-niedermann:android-commons:1.0.0'

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand Down
2 changes: 1 addition & 1 deletion markdown/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {

implementation project(':ocs')

api "com.github.nextcloud:Android-SingleSignOn:$sso_version"
api "com.github.stefan-niedermann:communis-sso:$sso_version"
implementation 'com.github.nextcloud:android-common:0.14.0'
implementation 'com.github.stefan-niedermann:android-commons:1.0.0'

Expand Down
2 changes: 1 addition & 1 deletion ocs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ afterEvaluate {
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'

api "com.github.nextcloud:Android-SingleSignOn:$sso_version"
api "com.github.stefan-niedermann:communis-sso:$sso_version"
implementation 'com.squareup.retrofit2:retrofit:2.9.0'

testImplementation 'androidx.test:core:1.5.0'
Expand Down
2 changes: 1 addition & 1 deletion sso-glide/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ afterEvaluate {
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'

api "com.github.nextcloud:Android-SingleSignOn:$sso_version"
api "com.github.stefan-niedermann:communis-sso:$sso_version"

implementation project(':sso-url-helper')

Expand Down
2 changes: 1 addition & 1 deletion sso-url-helper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ afterEvaluate {
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'

api "com.github.nextcloud:Android-SingleSignOn:$sso_version"
api "com.github.stefan-niedermann:communis-sso:$sso_version"

testImplementation 'androidx.test:core:1.5.0'
testImplementation "io.mockk:mockk:1.13.9"
Expand Down

0 comments on commit e1ea03d

Please sign in to comment.