commit | 2a7ab785648c0f33f99e94081666f917e3b70ace | [log] [tgz] |
---|---|---|
author | Søren Gjesse <sgjesse@google.com> | Thu Aug 29 08:58:10 2024 +0200 |
committer | Søren Gjesse <sgjesse@google.com> | Thu Aug 29 08:58:10 2024 +0200 |
tree | 6cc7aaa7bcc52f31ad4c7a327ac3c27308fce6c8 | |
parent | 17dc3e08b4a3adce6fe4dd94ccc0ccd314a298d1 [diff] |
Prepare tools/r8_release.py for branch 8.8 Change-Id: I70d3a027486dae9dd2e29d96cdfee8dac3147726
diff --git a/tools/r8_release.py b/tools/r8_release.py index e524f5c..ad22cb0 100755 --- a/tools/r8_release.py +++ b/tools/r8_release.py
@@ -17,7 +17,7 @@ import utils -R8_DEV_BRANCH = '8.7' +R8_DEV_BRANCH = '8.8' 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')