commit | f595d0e1c79f5b52aa22d0c3e760a09300f6d174 | [log] [tgz] |
---|---|---|
author | Søren Gjesse <sgjesse@google.com> | Fri Oct 23 14:07:26 2020 +0200 |
committer | Søren Gjesse <sgjesse@google.com> | Fri Oct 23 12:16:36 2020 +0000 |
tree | 9b8b7bb38cf5654af2a94f75783ca5a3c789677a | |
parent | 01d7b7232ffecdff35d09527469000c089dfc10a [diff] [blame] |
Prepare tools/r8_release.py for branch 3.0 Change-Id: I672286b69fbb0948797938e567123042cacddb81
diff --git a/tools/r8_release.py b/tools/r8_release.py index ce56269..cc4bebd 100755 --- a/tools/r8_release.py +++ b/tools/r8_release.py
@@ -15,7 +15,7 @@ import utils -R8_DEV_BRANCH = '2.3' +R8_DEV_BRANCH = '3.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')