Bump AndroidX
Summary: It's not just JS dependencies! Reviewed By: jknoxville Differential Revision: D18346576 fbshipit-source-id: b2c383424335c74c68a48f3d93614168ef26a0c4
This commit is contained in:
committed by
Facebook Github Bot
parent
d70e389077
commit
2446e82dc6
@@ -38,8 +38,8 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION"
|
||||||
implementation 'androidx.appcompat:appcompat:1.0.2'
|
implementation "androidx.appcompat:appcompat:$ANDROIDX_VERSION"
|
||||||
implementation 'androidx.core:core-ktx:1.0.1'
|
implementation "androidx.core:core-ktx:$ANDROIDX_VERSION"
|
||||||
|
|
||||||
// Flipper
|
// Flipper
|
||||||
// For simplicity, we use Flipper for both debug and release builds here.
|
// For simplicity, we use Flipper for both debug and release builds here.
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ POM_ISSUES_URL = 'https://github.com/facebook/flipper/issues/'
|
|||||||
|
|
||||||
# Shared version numbers
|
# Shared version numbers
|
||||||
LITHO_VERSION=0.31.0
|
LITHO_VERSION=0.31.0
|
||||||
ANDROIDX_VERSION=1.0.0
|
ANDROIDX_VERSION=1.1.0
|
||||||
KOTLIN_VERSION=1.3.31
|
KOTLIN_VERSION=1.3.31
|
||||||
|
|
||||||
# Gradle internals
|
# Gradle internals
|
||||||
|
|||||||
Reference in New Issue
Block a user