updating AGP to latest stable

- reduces the output apk size a little
This commit is contained in:
Adam Brown 2022-09-29 14:54:38 +01:00
parent b9c959afae
commit ee31dd614b
1 changed files with 3 additions and 1 deletions

View File

@ -82,10 +82,12 @@ ext.Dependencies.with {
includeGroup "io.ktor" includeGroup "io.ktor"
includeGroup "io.coil-kt" includeGroup "io.coil-kt"
includeGroup "io.mockk" includeGroup "io.mockk"
includeGroup "io.perfmark"
includeGroup "info.picocli" includeGroup "info.picocli"
includeGroup "us.fatehi" includeGroup "us.fatehi"
includeGroup "jakarta.xml.bind" includeGroup "jakarta.xml.bind"
includeGroup "jakarta.activation" includeGroup "jakarta.activation"
includeGroup "javax.annotation"
includeGroup "javax.inject" includeGroup "javax.inject"
includeGroup "junit" includeGroup "junit"
includeGroup "jline" includeGroup "jline"
@ -102,7 +104,7 @@ ext.Dependencies.with {
google = new DependenciesContainer() google = new DependenciesContainer()
google.with { google.with {
androidGradlePlugin = "com.android.tools.build:gradle:7.2.2" androidGradlePlugin = "com.android.tools.build:gradle:7.3.0"
androidxComposeUi = "androidx.compose.ui:ui:${composeVer}" androidxComposeUi = "androidx.compose.ui:ui:${composeVer}"
androidxComposeFoundation = "androidx.compose.foundation:foundation:${composeVer}" androidxComposeFoundation = "androidx.compose.foundation:foundation:${composeVer}"