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

github.com/bitfireAT/davx5-ose.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicki Hirner <hirner@bitfire.at>2022-10-21 14:39:49 +0300
committerRicki Hirner <hirner@bitfire.at>2022-10-21 14:41:22 +0300
commita493f0a9a9ef3011d2709267effd070e988cde71 (patch)
treeb48c99e0a9396eb1dd8f55b57bc2336a26266ae0
parent951c29e66a8a62e0f7cfaee9bc673e244dbd484f (diff)
Update dependencies
-rw-r--r--app/build.gradle4
-rw-r--r--build.gradle2
m---------ical4android0
3 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index dcbaff39..e0f00898 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -123,7 +123,7 @@ dependencies {
implementation 'androidx.security:security-crypto:1.1.0-alpha03'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'com.google.android.flexbox:flexbox:3.0.0'
- implementation 'com.google.android.material:material:1.6.1'
+ implementation 'com.google.android.material:material:1.7.0'
def room_version = '2.4.3'
implementation "androidx.room:room-runtime:$room_version"
@@ -161,7 +161,7 @@ dependencies {
androidTestImplementation 'androidx.test:rules:1.4.0'
androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.3'
androidTestImplementation "com.squareup.okhttp3:mockwebserver:${versions.okhttp}"
- androidTestImplementation 'io.mockk:mockk-android:1.13.1'
+ androidTestImplementation 'io.mockk:mockk-android:1.13.2'
androidTestImplementation 'junit:junit:4.13.2'
testImplementation "com.squareup.okhttp3:mockwebserver:${versions.okhttp}"
diff --git a/build.gradle b/build.gradle
index f5103320..394805e2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,7 +29,7 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.3.0'
+ classpath 'com.android.tools.build:gradle:7.3.1'
classpath "com.google.dagger:hilt-android-gradle-plugin:${versions.hilt}"
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${versions.aboutLibraries}"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
diff --git a/ical4android b/ical4android
-Subproject cfd553df575eb18b0acf51e9ddf1f11bc2b14e3
+Subproject bbabc7187d7dcb738115592d33846e7b4fd01c1