Skip to content

Commit

Permalink
android: Fix build, broken by react-native-device-info.
Browse files Browse the repository at this point in the history
Fixes zulip#3526 -- since yesterday it's been impossible to build the
app on Android, even for development.  Details in issue thread.
  • Loading branch information
gnprice committed Jun 18, 2019
1 parent 307ff91 commit 44a7e07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ allprojects {
}
}

project(":react-native-device-info").beforeEvaluate {
ext.googlePlayServicesVersion = "16.1.0"
}

subprojects {
afterEvaluate {
if (project.hasProperty("android")) {
Expand Down

0 comments on commit 44a7e07

Please sign in to comment.