updating compose compiler to latest stable
This commit is contained in:
parent
ee31dd614b
commit
5e939331b7
|
@ -111,7 +111,7 @@ ext.Dependencies.with {
|
|||
androidxComposeMaterial = "androidx.compose.material3:material3:1.0.0-beta01"
|
||||
androidxComposeIconsExtended = "androidx.compose.material:material-icons-extended:${composeVer}"
|
||||
androidxActivityCompose = "androidx.activity:activity-compose:1.4.0"
|
||||
kotlinCompilerExtensionVersion = "1.3.0"
|
||||
kotlinCompilerExtensionVersion = "1.3.1"
|
||||
|
||||
firebaseCrashlyticsPlugin = "com.google.firebase:firebase-crashlytics-gradle:2.9.1"
|
||||
jdkLibs = "com.android.tools:desugar_jdk_libs:1.1.5"
|
||||
|
|
Loading…
Reference in New Issue