[android] Updated gradle and dependencies

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2022-05-07 13:39:06 +02:00 committed by Alexander Borsuk
parent 7e4de10295
commit c2d58e1d18
4 changed files with 7 additions and 7 deletions

View file

@ -26,7 +26,7 @@ buildscript {
ext.googleFirebaseServicesEnabled = project.hasProperty('firebase') ?: googleFirebaseServicesDefault
dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath 'com.android.tools.build:gradle:7.1.3'
if (googleMobileServicesEnabled) {
println("Building with Google Mobile Services")
@ -44,7 +44,7 @@ buildscript {
}
classpath("com.github.triplet.gradle:play-publisher:3.7.0")
classpath("ru.cian:huawei-publish-gradle-plugin:1.3.1")
classpath("ru.cian:huawei-publish-gradle-plugin:1.3.3")
}
}
@ -64,7 +64,7 @@ if (googleFirebaseServicesEnabled) {
apply plugin: 'com.google.firebase.appdistribution'
}
apply plugin: 'com.github.triplet.play'
apply plugin: 'ru.cian.huawei-publish'
apply plugin: 'ru.cian.huawei-publish-gradle-plugin'
dependencies {
@ -86,7 +86,7 @@ dependencies {
// Sticky recycler view headers
implementation 'com.timehop.stickyheadersrecyclerview:library:0.4.3@aar'
// Glide
implementation 'com.github.bumptech.glide:glide:4.13.0'
implementation 'com.github.bumptech.glide:glide:4.13.2'
// Java concurrency annotations
implementation 'net.jcip:jcip-annotations:1.0'
@ -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-beta01'
implementation 'com.google.android.material:material:1.7.0-alpha01'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.fragment:fragment:1.4.1'

View file

@ -4,7 +4,7 @@ propCompileSdkVersion=31
propBuildToolsVersion=32.0.0
propMultiDexVersion=2.0.1
jUnitVersion=4.13.2
mockitoVersion=4.2.0
mockitoVersion=4.5.1
org.gradle.caching=true
org.gradle.jvmargs=-Xmx1024m -Xms256m

Binary file not shown.

View file

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists