更新kotlin和Compose版本

pull/2154/head
ag2s20150909 2 years ago committed by GitHub
parent 1fd9602647
commit c8aa67f970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      build.gradle

@ -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'

Loading…
Cancel
Save