diff --git a/android/build.gradle b/android/build.gradle index 36a744206c..b126270c56 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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' diff --git a/android/gradle.properties b/android/gradle.properties index 8b96ac3910..0165d09b1e 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -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 diff --git a/android/gradle/wrapper/gradle-wrapper.jar b/android/gradle/wrapper/gradle-wrapper.jar index 7454180f2a..41d9927a4d 100644 Binary files a/android/gradle/wrapper/gradle-wrapper.jar and b/android/gradle/wrapper/gradle-wrapper.jar differ diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 2e6e5897b5..aa991fceae 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -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