更新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 { buildscript {
ext{ ext{
kotlin_version = '1.7.0' kotlin_version = '1.7.10'
compose_version = '1.2.0-rc03' compose_version = '1.2.1'
compose_compiler_version = '1.2.0' compose_compiler_version = '1.3.0'
agp_version= '7.2.2' agp_version= '7.2.2'
exoplayer_version = '2.18.1' exoplayer_version = '2.18.1'
splitties_version = '3.0.0' splitties_version = '3.0.0'

Loading…
Cancel
Save