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
This commit is contained in:
Pascal Hartig
2020-04-16 01:49:05 -07:00
committed by Facebook GitHub Bot
parent f4b0898de5
commit 59ac58466c
2 changed files with 4 additions and 4 deletions

View File

@@ -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",

View File

@@ -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