From 2446e82dc6bdf421cba7fe2fff0dca37da4f37b3 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 6 Nov 2019 03:42:34 -0800 Subject: [PATCH] Bump AndroidX Summary: It's not just JS dependencies! Reviewed By: jknoxville Differential Revision: D18346576 fbshipit-source-id: b2c383424335c74c68a48f3d93614168ef26a0c4 --- android/tutorial/build.gradle | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/tutorial/build.gradle b/android/tutorial/build.gradle index dd491d1fa..59f5041d5 100644 --- a/android/tutorial/build.gradle +++ b/android/tutorial/build.gradle @@ -38,8 +38,8 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION" - implementation 'androidx.appcompat:appcompat:1.0.2' - implementation 'androidx.core:core-ktx:1.0.1' + implementation "androidx.appcompat:appcompat:$ANDROIDX_VERSION" + implementation "androidx.core:core-ktx:$ANDROIDX_VERSION" // Flipper // For simplicity, we use Flipper for both debug and release builds here. diff --git a/gradle.properties b/gradle.properties index 01a6fda3b..36167ae9d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ POM_ISSUES_URL = 'https://github.com/facebook/flipper/issues/' # Shared version numbers LITHO_VERSION=0.31.0 -ANDROIDX_VERSION=1.0.0 +ANDROIDX_VERSION=1.1.0 KOTLIN_VERSION=1.3.31 # Gradle internals