Do not upgrade the version of google_play_services in third_party/android_tools (flutter/engine#2798)

The setup instructions for engine development ask users to run build/install-build-deps-android.sh,
which updates the Android SDK packages listed in android_sdk_extras.json

This process was upgrading the Play Services package to a version that is incompatible
with our build scripts.
This commit is contained in:
Jason Simmons
2016-07-13 15:45:00 -07:00
committed by GitHub
parent caad695ace
commit fdb7fe384e

View File

@@ -1,9 +1,2 @@
[
{
"dir_name": "google",
"version": "21.0.0",
"zip": "google_google_play_services_21.0.0.zip",
"package": "google_play_services",
"package_id": "extra-google-google_play_services"
}
]