diff --git a/build.gradle b/build.gradle index 5f2d418b0..d65ede829 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ plugins { id 'de.undercouch.download' version '4.0.1' id 'com.jfrog.bintray' version '1.8.4' id 'com.github.dcendents.android-maven' version '2.1' - id 'com.github.ben-manes.versions' version '0.21.0' + id 'com.github.ben-manes.versions' version '0.28.0' } ext.isSnapshot = { VERSION_NAME.endsWith('-SNAPSHOT') } @@ -68,7 +68,7 @@ ext.deps = [ // Annotations jsr305 : 'com.google.code.findbugs:jsr305:3.0.2', inferAnnotations : 'com.facebook.infer.annotation:infer-annotation:0.11.2', - proguardAnnotations: 'com.facebook.yoga:proguard-annotations:1.14.1', + proguardAnnotations: 'com.facebook.yoga:proguard-annotations:1.16.0', // Litho lithoAnnotations : "com.facebook.litho:litho-annotations:$LITHO_VERSION", lithoCore : "com.facebook.litho:litho-core:$LITHO_VERSION", diff --git a/gradle.properties b/gradle.properties index 5a3732152..76f5e62e7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,9 +18,9 @@ POM_DEVELOPER_NAME=facebook POM_ISSUES_URL = 'https://github.com/facebook/flipper/issues/' # Shared version numbers -LITHO_VERSION=0.33.0 +LITHO_VERSION=0.34.0 ANDROIDX_VERSION=1.1.0 -KOTLIN_VERSION=1.3.50 +KOTLIN_VERSION=1.3.71 # Gradle internals org.gradle.internal.repository.max.retries=10