Use Kotlin 1.5.31 and Jetpack Compose 1.0.4

This commit is contained in:
Patryk Michalik
2021-10-18 20:12:44 +02:00
parent e15aeb628c
commit 2ecf425c55
+3 -3
View File
@@ -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()) {