updating android gradle plugin to latest stable and aligning composer compiler version to main version
This commit is contained in:
parent
563fdff73e
commit
52b03796e3
|
@ -95,14 +95,14 @@ ext.Dependencies.with {
|
||||||
|
|
||||||
google = new DependenciesContainer()
|
google = new DependenciesContainer()
|
||||||
google.with {
|
google.with {
|
||||||
androidGradlePlugin = "com.android.tools.build:gradle:7.1.2"
|
androidGradlePlugin = "com.android.tools.build:gradle:7.2.1"
|
||||||
|
|
||||||
androidxComposeUi = "androidx.compose.ui:ui:${composeVer}"
|
androidxComposeUi = "androidx.compose.ui:ui:${composeVer}"
|
||||||
androidxComposeFoundation = "androidx.compose.foundation:foundation:${composeVer}"
|
androidxComposeFoundation = "androidx.compose.foundation:foundation:${composeVer}"
|
||||||
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.1.0-rc02"
|
kotlinCompilerExtensionVersion = "${composeVer}"
|
||||||
}
|
}
|
||||||
|
|
||||||
mavenCentral = new DependenciesContainer()
|
mavenCentral = new DependenciesContainer()
|
||||||
|
|
Loading…
Reference in New Issue