commit | c52904ca4734f93c98ccb733f17e57476f6e431e | [log] [tgz] |
---|---|---|
author | Søren Gjesse <sgjesse@google.com> | Tue Apr 30 15:10:16 2024 +0200 |
committer | Søren Gjesse <sgjesse@google.com> | Tue Apr 30 15:33:51 2024 +0000 |
tree | cb24e9f6c44eda1dfbb0f563b162d197d0ee25ca | |
parent | cb006f41123c39e4c0b6d59ed7b8bd9f4dd37bb9 [diff] |
Prepare tools/r8_release.py for branch 8.6 Change-Id: Ie55d7af341a30478e1a09c1ec3efe0fb155e213d
diff --git a/tools/r8_release.py b/tools/r8_release.py index 263aa76..6cebc5e 100755 --- a/tools/r8_release.py +++ b/tools/r8_release.py
@@ -17,7 +17,7 @@ import utils -R8_DEV_BRANCH = '8.5' +R8_DEV_BRANCH = '8.6' 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')