updates compose and kotlin to latest
This commit is contained in:
parent
e9cbec04af
commit
6c806f912b
|
@ -88,9 +88,9 @@ ext.Dependencies.with {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
def kotlinVer = "1.7.0"
|
def kotlinVer = "1.7.10"
|
||||||
def sqldelightVer = "1.5.3"
|
def sqldelightVer = "1.5.3"
|
||||||
def composeVer = "1.1.1"
|
def composeVer = "1.2.1"
|
||||||
def ktorVer = "2.0.3"
|
def ktorVer = "2.0.3"
|
||||||
|
|
||||||
google = new DependenciesContainer()
|
google = new DependenciesContainer()
|
||||||
|
@ -102,7 +102,7 @@ ext.Dependencies.with {
|
||||||
androidxComposeMaterial = "androidx.compose.material:material:${composeVer}"
|
androidxComposeMaterial = "androidx.compose.material:material:${composeVer}"
|
||||||
androidxComposeIconsExtended = "androidx.compose.material:material-icons-extended:${composeVer}"
|
androidxComposeIconsExtended = "androidx.compose.material:material-icons-extended:${composeVer}"
|
||||||
androidxActivityCompose = "androidx.activity:activity-compose:1.4.0"
|
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"
|
firebaseCrashlyticsPlugin = "com.google.firebase:firebase-crashlytics-gradle:2.9.1"
|
||||||
jdkLibs = "com.android.tools:desugar_jdk_libs:1.1.5"
|
jdkLibs = "com.android.tools:desugar_jdk_libs:1.1.5"
|
||||||
|
|
Loading…
Reference in New Issue