mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
16 lines
742 B
Plaintext
16 lines
742 B
Plaintext
# Copyright 2016 The Chromium Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
# Must be incremented whenever code in //chrome/android/webapk/shell_apk
|
|
# (including AndroidManifest.xml) is updated. This version should be incremented
|
|
# prior to uploading a new ShellAPK to the WebAPK Minting Server.
|
|
# Does not affect Chrome.apk
|
|
template_shell_apk_version = 35
|
|
|
|
# The ShellAPK version expected by Chrome. Chrome will try to update the WebAPK
|
|
# if the WebAPK's ShellAPK version is less than |expected_shell_apk_version|.
|
|
# The version should be incremented after a new ShellAPK has been uploaded to
|
|
# the WebAPK Minting Server.
|
|
expected_shell_apk_version = 28
|