Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: build/android_sdk_extras.json

Issue 1152203003: Add script to validate installed Android SDK packages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated the Google Play services package version to 24 Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/check_play_services_version.py » ('j') | build/check_play_services_version.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android_sdk_extras.json
diff --git a/build/android_sdk_extras.json b/build/android_sdk_extras.json
index 456272627eb9e7b3bdfee091ed38ed7633676321..23e170a9c2519cad45f61b9f63a454880432ddb3 100644
--- a/build/android_sdk_extras.json
+++ b/build/android_sdk_extras.json
@@ -1,8 +1,16 @@
[
{
"dir_name": "google",
cjhopman 2015/05/22 20:25:22 Are the changes to the packages required in this c
dgn 2015/06/08 14:34:09 adding package_id is the only change that would be
- "version": "21.0.0",
- "zip": "google_google_play_services_21.0.0.zip",
- "package": "google_play_services"
+ "version": "24.0.0",
+ "zip": "google_google_play_services_24.0.0.zip",
+ "package": "google_play_services",
+ "package_id": "extra-google-google_play_services"
+ },
+ {
+ "dir_name": "google",
+ "version": "16.0.0",
+ "zip": "m2repository_16.0.0.zip",
+ "package": "m2repository",
+ "package_id": "extra-google-m2repository"
}
]
« no previous file with comments | « no previous file | build/check_play_services_version.py » ('j') | build/check_play_services_version.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698