Skip to content

Commit

Permalink
chore: Use implementation in favor of api for SSO dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Niedermann <[email protected]>
  • Loading branch information
stefan-niedermann committed Oct 3, 2024
1 parent 4a9f808 commit 70797f7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.1.2'

api "com.github.nextcloud:Android-SingleSignOn:$version_sso"
implementation "com.github.nextcloud:Android-SingleSignOn:$version_sso"
implementation "com.github.stefan-niedermann:android-commons:$version_android_commons"

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$version_kotlin"
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:$version_sso"
implementation "com.github.nextcloud:Android-SingleSignOn:$version_sso"
implementation 'com.github.nextcloud:android-common:0.23.1'
implementation "com.github.stefan-niedermann:android-commons:$version_android_commons"

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.1.2'

api "com.github.nextcloud:Android-SingleSignOn:$version_sso"
implementation "com.github.nextcloud:Android-SingleSignOn:$version_sso"
implementation 'com.squareup.retrofit2:retrofit:2.11.0'

testImplementation 'androidx.test:core:1.6.1'
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.1.2'

api "com.github.nextcloud:Android-SingleSignOn:$version_sso"
implementation "com.github.nextcloud:Android-SingleSignOn:$version_sso"

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.1.2'

api "com.github.nextcloud:Android-SingleSignOn:$version_sso"
implementation "com.github.nextcloud:Android-SingleSignOn:$version_sso"

testImplementation 'androidx.test:core:1.6.1'
testImplementation "io.mockk:mockk:1.13.12"
Expand Down

0 comments on commit 70797f7

Please sign in to comment.