From 8414bfb948a293c7aab037ad7e8f5b584290419d Mon Sep 17 00:00:00 2001 From: jacques Date: Thu, 13 May 2021 17:30:08 +0200 Subject: [PATCH] Change version of recyclerView dependency Change app version --- app/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2739b76..ff40f86 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.android.application' ext.versionMajor = 0 ext.versionMinor = 0 -ext.versionPatch = 20210406 +ext.versionPatch = 20210513 ext.versionClassifier = null ext.isSnapshot = false ext.minimumSdkVersion = defaultMinSdkVersion @@ -47,7 +47,6 @@ android { } repositories { - jcenter() mavenCentral() } sourceSets { @@ -62,7 +61,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'androidx.recyclerview:recyclerview:1.1.0' + implementation 'androidx.recyclerview:recyclerview:1.2.0' implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0'