[android] Updated gradle

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2022-03-24 23:48:12 +01:00 committed by Alexander Borsuk
parent 2f0f02435c
commit e36e6a2e1b

View file

@ -26,7 +26,7 @@ buildscript {
ext.googleFirebaseServicesEnabled = project.hasProperty('firebase') ?: googleFirebaseServicesDefault
dependencies {
classpath 'com.android.tools.build:gradle:7.1.1'
classpath 'com.android.tools.build:gradle:7.1.2'
if (googleMobileServicesEnabled) {
println("Building with Google Mobile Services")
@ -94,7 +94,7 @@ dependencies {
implementation 'androidx.work:work-runtime:2.7.1'
implementation 'com.trafi:anchor-bottom-sheet-behavior:0.14-alpha'
implementation 'com.github.devnullorthrow:MPAndroidChart:3.2.0-alpha'
implementation 'com.google.android.material:material:1.6.0-alpha02'
implementation 'com.google.android.material:material:1.6.0-beta01'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.fragment:fragment:1.4.1'