Merge pull request #2154 from ag2s20150909/master

更新kotlin和Compose版本
This commit is contained in:
kunfei 2022-08-12 08:21:19 +08:00 committed by GitHub
commit 24e56e02ec
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'