mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 20:25:33 +08:00
land androidx in gradle (#24014)
Summary: Use AndroidX in ReactAndroid/build.gradle, and remove androidx dependency from template and RNTester app because it's already exposed/exported from ReactAndroid. [Android] [Changed] - Land AndroidX in gradle Pull Request resolved: https://github.com/facebook/react-native/pull/24014 Differential Revision: D14508774 Pulled By: mdvacca fbshipit-source-id: c96b97876571a5a7f2b400dd29188cfdf1f84a4c
This commit is contained in:
committed by
Facebook Github Bot
parent
5ebef7a214
commit
f49f1812ed
@@ -153,7 +153,6 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: "libs", include: ["*.jar"])
|
||||
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
|
||||
implementation "com.facebook.react:react-native:+" // From node_modules
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user