updating AGP to latest stable
- reduces the output apk size a little
This commit is contained in:
parent
b9c959afae
commit
ee31dd614b
|
@ -82,10 +82,12 @@ ext.Dependencies.with {
|
|||
includeGroup "io.ktor"
|
||||
includeGroup "io.coil-kt"
|
||||
includeGroup "io.mockk"
|
||||
includeGroup "io.perfmark"
|
||||
includeGroup "info.picocli"
|
||||
includeGroup "us.fatehi"
|
||||
includeGroup "jakarta.xml.bind"
|
||||
includeGroup "jakarta.activation"
|
||||
includeGroup "javax.annotation"
|
||||
includeGroup "javax.inject"
|
||||
includeGroup "junit"
|
||||
includeGroup "jline"
|
||||
|
@ -102,7 +104,7 @@ ext.Dependencies.with {
|
|||
|
||||
google = new DependenciesContainer()
|
||||
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}"
|
||||
androidxComposeFoundation = "androidx.compose.foundation:foundation:${composeVer}"
|
||||
|
|
Loading…
Reference in New Issue