commit | f264deb5d8ebc997345d0ca22bbeab77e38f4c47 | [log] [tgz] |
---|---|---|
author | Søren Gjesse <sgjesse@google.com> | Wed Sep 01 17:51:49 2021 +0200 |
committer | Søren Gjesse <sgjesse@google.com> | Thu Sep 02 06:41:25 2021 +0000 |
tree | 63ee917b199e4950a7a6ad0475519451829f3572 | |
parent | c7db592d24ef8d3eb7ac854cc5f477496f55f2d2 [diff] |
Prepare tools/r8_release.py for branch 3.2 Change-Id: Iebc7b3f068caa5be2a99a7503f76fcd5a7cfd59d
diff --git a/tools/r8_release.py b/tools/r8_release.py index bf98dd3..0446d64 100755 --- a/tools/r8_release.py +++ b/tools/r8_release.py
@@ -15,7 +15,7 @@ import utils -R8_DEV_BRANCH = '3.1' +R8_DEV_BRANCH = '3.2' R8_VERSION_FILE = os.path.join( 'src', 'main', 'java', 'com', 'android', 'tools', 'r8', 'Version.java') THIS_FILE_RELATIVE = os.path.join('tools', 'r8_release.py')