Skip to content

Commit 4792bbc

Browse files
dulmandakhfacebook-github-bot
authored andcommitted
Bump Android Support Library to 27.1.1 (#20586)
Summary: This PR bumps Android Support Library version to 27.1.1. FYI, originally was a part of facebook/react-native#20026. Pull Request resolved: facebook/react-native#20586 Differential Revision: D9414901 Pulled By: hramos fbshipit-source-id: 580338e62a924c214accc5d944f17c81ad9e3f9f
1 parent 734bb8f commit 4792bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ android {
141141

142142
dependencies {
143143
compile fileTree(dir: 'libs', include: ['*.jar'])
144-
compile 'com.android.support:appcompat-v7:26.1.0'
144+
compile 'com.android.support:appcompat-v7:27.1.1'
145145

146146
// Build React Native from source
147147
compile project(':ReactAndroid')

0 commit comments

Comments
 (0)