更新kotlin和Compose版本

This commit is contained in:
ag2s20150909 2022-08-11 19:50:56 +08:00 committed by GitHub
parent 1fd9602647
commit c8aa67f970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,9 @@
buildscript {
ext{
kotlin_version = '1.7.0'
compose_version = '1.2.0-rc03'
compose_compiler_version = '1.2.0'
kotlin_version = '1.7.10'
compose_version = '1.2.1'
compose_compiler_version = '1.3.0'
agp_version= '7.2.2'
exoplayer_version = '2.18.1'
splitties_version = '3.0.0'