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