From 19bbd1e303a0648728bbe5286473f4023b1e809f Mon Sep 17 00:00:00 2001 From: Jonathan Fisher Date: Mon, 9 Nov 2020 02:23:53 +0000 Subject: [PATCH] update dependencies --- app/build.gradle | 6 +++--- build.gradle | 8 ++------ gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1b1f660..8100b35 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,8 +39,8 @@ android { dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.core:core-ktx:1.3.1' - implementation 'com.google.android.material:material:1.3.0-alpha02' + implementation 'androidx.core:core-ktx:1.3.2' + implementation 'com.google.android.material:material:1.3.0-alpha03' implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0" implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'androidx.activity:activity-ktx:1.1.0' @@ -52,7 +52,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0' + implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' //ROOM DB def room_version = "2.2.5" diff --git a/build.gradle b/build.gradle index 0cbe343..0baa4e7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,16 +1,12 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = "1.4.0" + ext.kotlin_version = "1.4.10" repositories { google() jcenter() } dependencies { - classpath "com.android.tools.build:gradle:4.0.1" + classpath "com.android.tools.build:gradle:4.1.0" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d083b20..e3a13fc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri Aug 14 13:30:30 BST 2020 +#Mon Nov 09 02:20:02 GMT 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip