From 691d463d2763c8e9b4e6aa3b3b2197a661a6fe68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jul 2021 12:43:54 +0000 Subject: [PATCH] Bump gradle-maven-publish-plugin from 0.16.0 to 0.17.0 Bumps [gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.16.0...0.17.0) --- updated-dependencies: - dependency-name: com.vanniktech:gradle-maven-publish-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/build.gradle b/build.gradle index 62a892c9e94..89182ba18d9 100644 --- a/build.gradle +++ b/build.gradle @@ -11,17 +11,16 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:4.1.3' - classpath 'com.vanniktech:gradle-maven-publish-plugin:0.14.2' + classpath 'com.android.tools.build:gradle:4.2.1' + classpath 'com.vanniktech:gradle-maven-publish-plugin:0.17.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION" - classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.4.30" + classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.4.32" } } plugins { id 'de.undercouch.download' version '4.1.1' - id 'com.github.dcendents.android-maven' version '2.1' - id 'com.github.ben-manes.versions' version '0.38.0' + id 'com.github.ben-manes.versions' version '0.39.0' } ext.isSnapshot = { VERSION_NAME.endsWith('-SNAPSHOT') } @@ -49,7 +48,7 @@ ext { minSdkVersion = 15 targetSdkVersion = 29 compileSdkVersion = 29 - buildToolsVersion = '29.0.2' + buildToolsVersion = '30.0.2' ndkVersion = '21.3.6528147' sourceCompatibilityVersion = JavaVersion.VERSION_1_7 targetCompatibilityVersion = JavaVersion.VERSION_1_7 @@ -64,7 +63,6 @@ ext.deps = [ supportConstraintLayout: "androidx.constraintlayout:constraintlayout:2.0.4", supportSqlite : "androidx.sqlite:sqlite-framework:2.1.0", supportEspresso : 'androidx.test.espresso:espresso-core:3.3.0', - supportDesign : "com.google.android.material:material:1.0.0-rc01", supportEspressoIntents : 'androidx.test.espresso:espresso-intents:3.3.0', supportTestRunner : 'androidx.test:runner:1.3.0', // Arch @@ -72,13 +70,13 @@ ext.deps = [ // First-party soloader : 'com.facebook.soloader:soloader:0.10.1', fbjni : 'com.facebook.fbjni:fbjni:0.2.2', - screenshot : 'com.facebook.testing.screenshot:core:0.13.0', + screenshot : 'com.facebook.testing.screenshot:core:0.14.0', boltsTasks : 'com.parse.bolts:bolts-tasks:1.4.0', boltsApplinks : 'com.parse.bolts:bolts-applinks:1.4.0', // Annotations jsr305 : 'com.google.code.findbugs:jsr305:3.0.2', inferAnnotations : 'com.facebook.infer.annotation:infer-annotation:0.18.0', - proguardAnnotations: 'com.facebook.yoga:proguard-annotations:1.16.0', + proguardAnnotations: 'com.facebook.yoga:proguard-annotations:1.19.0', // Litho lithoAnnotations : "com.facebook.litho:litho-annotations:$LITHO_VERSION", lithoCore : "com.facebook.litho:litho-core:$LITHO_VERSION", @@ -98,15 +96,15 @@ ext.deps = [ robolectric : 'org.robolectric:robolectric:4.5.1', junit : 'junit:junit:4.13.2', hamcrest : 'org.hamcrest:hamcrest-library:2.2', - mockito : 'org.mockito:mockito-core:3.8.0', + mockito : 'org.mockito:mockito-core:3.11.2', okhttp3 : 'com.squareup.okhttp3:okhttp:4.9.1', leakcanary : 'com.squareup.leakcanary:leakcanary-android:1.6.3', leakcanary2 : 'com.squareup.leakcanary:leakcanary-android:2.6', - protobuf : 'com.google.protobuf:protobuf-java:3.15.6', + protobuf : 'com.google.protobuf:protobuf-java:3.17.3', testCore : 'androidx.test:core:1.3.0', testRules : 'androidx.test:rules:1.3.0', // Plugin dependencies - frescoFlipper : 'com.facebook.fresco:flipper:2.4.0', - frescoStetho : 'com.facebook.fresco:stetho:2.4.0', - fresco : 'com.facebook.fresco:fresco:2.3.0' + frescoFlipper : 'com.facebook.fresco:flipper:2.5.0', + frescoStetho : 'com.facebook.fresco:stetho:2.5.0', + fresco : 'com.facebook.fresco:fresco:2.5.0' ]