Remove old android support library version
Differential Revision: D2943730 fb-gh-sync-id: 61a5981efe8c15594bcf7d3369cc24261894ef0b shipit-source-id: 61a5981efe8c15594bcf7d3369cc24261894ef0b
This commit is contained in:
parent
914862022c
commit
449d4d4edd
|
@ -8,7 +8,7 @@ android_library(
|
|||
react_native_target('java/com/facebook/csslayout:csslayout'),
|
||||
react_native_target('java/com/facebook/react/uimanager:uimanager'),
|
||||
react_native_target('java/com/facebook/react/uimanager/annotations:annotations'),
|
||||
react_native_dep('third-party/android-support-for-standalone-apps/v7/appcompat:appcompat-23.1'),
|
||||
react_native_dep('third-party/android-support-for-standalone-apps/v7/appcompat:appcompat'),
|
||||
react_native_dep('third-party/android-support-for-standalone-apps/v7/appcompat:res-for-react-native'),
|
||||
react_native_dep('third-party/java/jsr-305:jsr-305'),
|
||||
],
|
||||
|
|
|
@ -12,7 +12,7 @@ android_library(
|
|||
react_native_dep('libraries/fresco/fresco-react-native:fresco-react-native'),
|
||||
react_native_dep('libraries/fresco/fresco-react-native:fresco-drawee'),
|
||||
react_native_dep('libraries/fresco/fresco-react-native:imagepipeline'),
|
||||
react_native_dep('third-party/android-support-for-standalone-apps/v7/appcompat:appcompat-23.1'),
|
||||
react_native_dep('third-party/android-support-for-standalone-apps/v7/appcompat:appcompat'),
|
||||
react_native_dep('third-party/android-support-for-standalone-apps/v7/appcompat:res-for-react-native'),
|
||||
react_native_dep('third-party/android/support/v4:lib-support-v4'),
|
||||
react_native_dep('third-party/java/jsr-305:jsr-305'),
|
||||
|
|
Loading…
Reference in New Issue