From 8c55366ec06d815d4ebdbfcb2c25f1360d4e6bc1 Mon Sep 17 00:00:00 2001 From: Jannik Seiler Date: Wed, 15 Jul 2020 16:02:06 +0200 Subject: [PATCH] update libs * gradle plugin 4.0.0 -> 4.0.1 --- app/build.gradle | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9f6223c..e4ea2c0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,8 +51,8 @@ dependencies { implementation 'androidx.core:core:1.3.0' implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta6' - implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0' + implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta8' + implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'com.google.android.material:material:1.1.0' implementation 'com.google.code.gson:gson:2.8.6' implementation 'com.afollestad:aesthetic:1.0.0-beta05' diff --git a/build.gradle b/build.gradle index 06a3a6e..b84b774 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:4.0.0' + classpath 'com.android.tools.build:gradle:4.0.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong