forked from organicmaps/organicmaps-tmp
[android] Updated gradle
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
2f0f02435c
commit
e36e6a2e1b
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue