From 4a1eb50d132e7a5b2ffb9a408c66a80725882ab0 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sun, 14 Feb 2021 10:49:53 +0100 Subject: [PATCH] Update dependencies --- app/build.gradle | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2949c59..981826b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,24 +36,21 @@ android { dependencies { implementation project(':client') implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'com.google.android.material:material:1.1.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta5' + implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'com.google.android.material:material:1.3.0' + implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.vectordrawable:vectordrawable:1.1.0' - implementation 'androidx.preference:preference:1.1.0-rc01' - testImplementation 'junit:junit:4.13' - androidTestImplementation 'androidx.test:runner:1.2.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' + implementation 'androidx.preference:preference:1.1.1' - implementation 'com.jakewharton:butterknife:10.2.1' - annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.1' + implementation 'com.jakewharton:butterknife:10.2.3' + annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3' implementation 'com.hypertrack:hyperlog:0.0.10' implementation 'com.squareup.picasso:picasso:2.71828' - implementation 'io.noties.markwon:core:4.3.1' - implementation 'io.noties.markwon:image-picasso:4.3.1' - implementation 'io.noties.markwon:image:4.3.1' - implementation 'io.noties.markwon:ext-tables:4.3.1' + implementation 'io.noties.markwon:core:4.6.2' + implementation 'io.noties.markwon:image-picasso:4.6.2' + implementation 'io.noties.markwon:image:4.6.2' + implementation 'io.noties.markwon:ext-tables:4.6.2' } configurations {