Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-11-16 19:14:53 +0300
committerStefan Niedermann <info@niedermann.it>2021-11-16 19:14:53 +0300
commit23b4c6ff32aeaea20f1aa0ae554bb91ddf5f5c35 (patch)
treec05163cde46632086160b0a635a509d815dc3105
parent28363feef1cc7aff818fe2b5275de4ec71daafd9 (diff)
Update dependencies
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--.github/workflows/android.yml2
-rw-r--r--app/build.gradle17
2 files changed, 9 insertions, 10 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index fa6999474..58e77dae1 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -28,7 +28,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Unit tests
- run: bash ./gradlew test
+ run: bash ./gradlew test --stacktrace
codeql:
name: CodeQL security scan
diff --git a/app/build.gradle b/app/build.gradle
index 472d4d0d9..f449d49f2 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -92,14 +92,14 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.0'
// Single-Sign-On
- implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.6'
- implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.5.1'
- implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.5.1'
- implementation('com.github.stefan-niedermann.nextcloud-commons:markdown:1.5.1') {
+ implementation 'com.github.nextcloud:Android-SingleSignOn:0.6.0'
+ implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.6.2'
+ implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.6.2'
+ implementation('com.github.stefan-niedermann.nextcloud-commons:markdown:1.6.2') {
exclude group: 'org.jetbrains', module: 'annotations-java5'
}
- implementation 'com.github.stefan-niedermann.android-commons:util:0.2.0'
- implementation 'com.github.stefan-niedermann.android-commons:shared-preferences:0.2.0'
+ implementation 'com.github.stefan-niedermann.android-commons:util:0.2.5'
+ implementation 'com.github.stefan-niedermann.android-commons:shared-preferences:0.2.5'
// Custom Date / Time Picker for branding support
implementation 'com.wdullaer:materialdatetimepicker:4.2.3'
@@ -114,15 +114,14 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.9'
// Retrofit
- //noinspection GradleDependency
- implementation 'com.squareup.retrofit2:retrofit:2.6.4'
+ implementation 'com.squareup.retrofit2:retrofit:2.9.0'
// ReactiveX
implementation 'io.reactivex.rxjava2:rxjava:2.2.21'
// Tests
testImplementation 'junit:junit:4.13.2'
- testImplementation 'org.robolectric:robolectric:4.6.1'
+ testImplementation 'org.robolectric:robolectric:4.7'
testImplementation 'org.mockito:mockito-core:4.0.0'
testImplementation 'androidx.test:core:1.4.0'
testImplementation 'androidx.arch.core:core-testing:2.1.0'