updates compose and kotlin to latest

This commit is contained in:
Adam Brown 2022-08-11 08:50:13 +01:00
parent e9cbec04af
commit 6c806f912b
1 changed files with 3 additions and 3 deletions

View File

@ -88,9 +88,9 @@ ext.Dependencies.with {
}
}
def kotlinVer = "1.7.0"
def kotlinVer = "1.7.10"
def sqldelightVer = "1.5.3"
def composeVer = "1.1.1"
def composeVer = "1.2.1"
def ktorVer = "2.0.3"
google = new DependenciesContainer()
@ -102,7 +102,7 @@ ext.Dependencies.with {
androidxComposeMaterial = "androidx.compose.material:material:${composeVer}"
androidxComposeIconsExtended = "androidx.compose.material:material-icons-extended:${composeVer}"
androidxActivityCompose = "androidx.activity:activity-compose:1.4.0"
kotlinCompilerExtensionVersion = "1.2.0"
kotlinCompilerExtensionVersion = "1.3.0"
firebaseCrashlyticsPlugin = "com.google.firebase:firebase-crashlytics-gradle:2.9.1"
jdkLibs = "com.android.tools:desugar_jdk_libs:1.1.5"