Skip to content

Commit

Permalink
Update Android deps (facebook#999)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#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
  • Loading branch information
passy authored and facebook-github-bot committed Apr 16, 2020
1 parent f4b0898 commit 59ac584
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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') }
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59ac584

Please sign in to comment.