Use Kotlin 1.5.31 and Jetpack Compose 1.0.4
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
buildscript {
|
||||
ext {
|
||||
kotlin_version = '1.5.30'
|
||||
compose_version = '1.0.3'
|
||||
kotlin_version = '1.5.31'
|
||||
compose_version = '1.0.4'
|
||||
accompanist_version = '0.19.0'
|
||||
libsu_version = '3.1.2'
|
||||
protocVersion = '3.18.0'
|
||||
@@ -99,7 +99,7 @@ android {
|
||||
}
|
||||
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion = "1.0.3"
|
||||
kotlinCompilerExtensionVersion = compose_version
|
||||
}
|
||||
|
||||
if (keystorePropertiesFile.exists()) {
|
||||
|
||||
Reference in New Issue
Block a user