From b17b38ff50e78c2409cede35e70ab2fdd2e56c4f Mon Sep 17 00:00:00 2001 From: Ricki Hirner Date: Wed, 9 Nov 2022 12:45:56 +0100 Subject: Update dependencies, including ical4android --- app/build.gradle | 8 ++++---- build.gradle | 2 +- ical4android | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0a015992..f78d6bd5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -156,10 +156,10 @@ dependencies { androidTestImplementation "com.google.dagger:hilt-android-testing:${versions.hilt}" kaptAndroidTest "com.google.dagger:hilt-android-compiler:${versions.hilt}" - androidTestImplementation 'androidx.test:core-ktx:1.4.0' - androidTestImplementation 'androidx.test:runner:1.4.0' - androidTestImplementation 'androidx.test:rules:1.4.0' - androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.3' + androidTestImplementation 'androidx.test:core-ktx:1.5.0' + androidTestImplementation 'androidx.test:runner:1.5.0' + androidTestImplementation 'androidx.test:rules:1.5.0' + androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.4' androidTestImplementation "com.squareup.okhttp3:mockwebserver:${versions.okhttp}" androidTestImplementation 'io.mockk:mockk-android:1.13.2' androidTestImplementation 'junit:junit:4.13.2' diff --git a/build.gradle b/build.gradle index 1b5e9767..898e1000 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { appIntro: '6.2.0', dav4jvm: '2.2', hilt: '2.44', - kotlin: '1.7.20', + kotlin: '1.7.21', okhttp: '4.10.0', // latest Apache Commons versions that don't require Java 8 (Android 7) commonsCollections: '4.2', diff --git a/ical4android b/ical4android index c2ba1161..2964f7e4 160000 --- a/ical4android +++ b/ical4android @@ -1 +1 @@ -Subproject commit c2ba1161292c8f8d5d9b23c9e96b07002cfb666d +Subproject commit 2964f7e48f0fdb8a339d8d84db6b33672f101c12 -- cgit v1.2.3