commit | 1a1818bf6524665c163335ab6e6d70d8ded6167f | [log] [tgz] |
---|---|---|
author | Ting-Yuan Huang <laszio@google.com> | Wed Dec 28 11:57:50 2022 -0800 |
committer | laszio <ting-yuan@users.noreply.github.com> | Wed Dec 28 15:27:37 2022 -0800 |
tree | 7b8f2bfd407f4590ee5fd8bb8dde09768fe1d450 | |
parent | 9daa5e4e83c61457ae39b5c3c0f894700efff446 [diff] |
UPDATE_KOTLIN_VERSION: 1.8.0 Kotlin 1.8.0-RC2 and 1.8.0 are based on exactly the same commit.
diff --git a/gradle.properties b/gradle.properties index 5c5a803..183496c 100644 --- a/gradle.properties +++ b/gradle.properties
@@ -1,7 +1,7 @@ # Copied from kotlinc org.gradle.jvmargs=-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx2200m -Dfile.encoding=UTF-8 -kotlinBaseVersion=1.8.0-RC2 +kotlinBaseVersion=1.8.0 agpBaseVersion=7.0.0 intellijVersion=203.8084.24 junitVersion=4.12