From 59ac58466ca1624d99cc7e237bc9505bad2a9659 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 16 Apr 2020 01:49:05 -0700 Subject: [PATCH] Update Android deps (#999) Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/999 Pritesh reminded me of this. Just some of the basics, the plugin itself for simpler dep updates, Kotlin, NDK (as the one referenced wasn't even installed on my laptop anymore), Litho. Reviewed By: jknoxville Differential Revision: D20946199 fbshipit-source-id: 85ee57ef239ab219af3f07d90c121f3ab8b5f9b9 --- build.gradle | 4 ++-- gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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