commit | 448da11afe0c1d70a595d36ad1b8de0a5ef71a75 | [log] [tgz] |
---|---|---|
author | Søren Gjesse <sgjesse@google.com> | Thu Aug 10 09:30:55 2023 +0200 |
committer | Søren Gjesse <sgjesse@google.com> | Thu Aug 10 09:30:55 2023 +0200 |
tree | fa3717c3624ddd3a7521025c32bb2b57ce24c93b | |
parent | ecc2a913b3ea97018bf9f6a00918eb7e2910e10e [diff] [blame] |
Prepare tools/r8_release.py for branch 8.3 Change-Id: Id7e084f0292a521f24a4e544aede572a39e81c0d
diff --git a/tools/r8_release.py b/tools/r8_release.py index 3813dbe..7104c2b 100755 --- a/tools/r8_release.py +++ b/tools/r8_release.py
@@ -15,7 +15,7 @@ import utils -R8_DEV_BRANCH = '8.2' +R8_DEV_BRANCH = '8.3' 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')