commit | aa83a165aa91dda2ce80a51b325cb65a55bb8d20 | [log] [tgz] |
---|---|---|
author | Søren Gjesse <sgjesse@google.com> | Thu Aug 25 09:33:29 2022 +0200 |
committer | Søren Gjesse <sgjesse@google.com> | Thu Aug 25 10:23:29 2022 +0000 |
tree | 60e2e3bf1d1f24fec494e511c72d515b3f59ff04 | |
parent | a16ffc976498bd7ffffbf5e89cd58ee1db34ba26 [diff] |
Prepare tools/r8_release.py for branch 8.0 Change-Id: Iae10eb9930c93555eb0127a799588711c87bd9ea
diff --git a/tools/r8_release.py b/tools/r8_release.py index cc30e74..38feb27 100755 --- a/tools/r8_release.py +++ b/tools/r8_release.py
@@ -15,7 +15,7 @@ import utils -R8_DEV_BRANCH = '4.0' +R8_DEV_BRANCH = '8.0' 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')