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

Unified Diff: build/android/binary_size/apk_downloader.py

Issue 2820163003: Android: update patch size reference APKs for m59. (Closed)
Patch Set: Created 3 years, 8 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/android/binary_size/apks/Android_Builder/59/ChromeModernPublic.apk.sha1 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/binary_size/apk_downloader.py
diff --git a/build/android/binary_size/apk_downloader.py b/build/android/binary_size/apk_downloader.py
index b90fe5f92c98870f5c9aa7218bc14e8188e68109..dcea458c15d8e492afd97c893fba50cd69584381 100755
--- a/build/android/binary_size/apk_downloader.py
+++ b/build/android/binary_size/apk_downloader.py
@@ -15,7 +15,7 @@ sys.path.append(os.path.join(host_paths.DIR_SOURCE_ROOT, 'build'))
import find_depot_tools # pylint: disable=import-error,unused-import
import download_from_google_storage
-CURRENT_MILESTONE = '58'
+CURRENT_MILESTONE = '59'
DEFAULT_BUCKET = 'gs://chromium-android-tools/apks'
DEFAULT_DOWNLOAD_PATH = os.path.join(os.path.dirname(__file__), 'apks')
DEFAULT_BUILDER = 'Android_Builder'
« no previous file with comments | « no previous file | build/android/binary_size/apks/Android_Builder/59/ChromeModernPublic.apk.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698