| commit | 52efbc29a173bf583f4fd279ec5c4af6c048d2dc | [log] [tgz] |
|---|---|---|
| author | Søren Gjesse <sgjesse@google.com> | Tue Aug 05 15:28:41 2025 +0200 |
| committer | Søren Gjesse <sgjesse@google.com> | Tue Aug 05 15:28:41 2025 +0200 |
| tree | 631c167e7b49897f884c73993c25edc2f8d85fc4 | |
| parent | c865f87a8c36b0ca8b99831728b321e705cbae20 [diff] |
Prepare tools/r8_release.py for branch 9.0 Change-Id: Iba9496490ece2b81703f9e015f4d0675a46cdce8
diff --git a/tools/r8_release.py b/tools/r8_release.py index 598ff46..1d9ecb1 100755 --- a/tools/r8_release.py +++ b/tools/r8_release.py
@@ -17,7 +17,7 @@ import utils -R8_DEV_BRANCH = '8.13' +R8_DEV_BRANCH = '9.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')