From 9dcfbba369fe6ecbd9c92c6d6e13ca8adbc9389f Mon Sep 17 00:00:00 2001 From: Praharsh Jain Date: Mon, 25 Apr 2022 16:38:43 +0530 Subject: [PATCH] gradle update --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e2117cb..4c9133c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) testImplementation 'junit:junit:4.12' implementation 'androidx.appcompat:appcompat:1.4.1' - implementation 'com.google.android.material:material:1.6.0-beta01' + implementation 'com.google.android.material:material:1.7.0-alpha01' implementation 'com.github.bumptech.glide:glide:4.12.0' implementation 'com.github.piasy:BigImageViewer:1.8.1' implementation 'com.github.piasy:ProgressPieIndicator:1.8.1' diff --git a/build.gradle b/build.gradle index e2ff2ee..36115cd 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { maven { url "https://dl.bintray.com/piasy/maven" } } dependencies { - classpath 'com.android.tools.build:gradle:7.1.2' + classpath 'com.android.tools.build:gradle:7.1.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files