updating compose compiler to latest stable

This commit is contained in:
Adam Brown 2022-09-29 14:57:09 +01:00
parent ee31dd614b
commit 5e939331b7
1 changed files with 1 additions and 1 deletions

View File

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