Remove old android support library version

Differential Revision: D2943730

fb-gh-sync-id: 61a5981efe8c15594bcf7d3369cc24261894ef0b
shipit-source-id: 61a5981efe8c15594bcf7d3369cc24261894ef0b
This commit is contained in:
Al Sutton 2016-02-18 01:09:05 -08:00 committed by facebook-github-bot-3
parent 914862022c
commit 449d4d4edd
2 changed files with 2 additions and 2 deletions

View File

@ -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'),
],

View File

@ -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'),