updating android gradle plugin to latest

This commit is contained in:
Adam Brown 2022-10-31 18:14:41 +00:00
parent ed9c89e69d
commit e5ae1495bc
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ ext.Dependencies.with {
google = new DependenciesContainer()
google.with {
androidGradlePlugin = "com.android.tools.build:gradle:7.3.0"
androidGradlePlugin = "com.android.tools.build:gradle:7.3.1"
androidxComposeUi = "androidx.compose.ui:ui:${composeVer}"
androidxComposeFoundation = "androidx.compose.foundation:foundation:${composeVer}"