updating android gradle plugin to latest stable and aligning composer compiler version to main version

This commit is contained in:
Adam Brown 2022-06-11 14:36:40 +01:00
parent 563fdff73e
commit 52b03796e3
1 changed files with 2 additions and 2 deletions

View File

@ -95,14 +95,14 @@ ext.Dependencies.with {
google = new DependenciesContainer()
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}"
androidxComposeFoundation = "androidx.compose.foundation:foundation:${composeVer}"
androidxComposeMaterial = "androidx.compose.material:material:${composeVer}"
androidxComposeIconsExtended = "androidx.compose.material:material-icons-extended:${composeVer}"
androidxActivityCompose = "androidx.activity:activity-compose:1.4.0"
kotlinCompilerExtensionVersion = "1.1.0-rc02"
kotlinCompilerExtensionVersion = "${composeVer}"
}
mavenCentral = new DependenciesContainer()