updating AGP plugin and targetting android 33

This commit is contained in:
Adam Brown 2022-09-04 15:10:12 +01:00 committed by Adam Brown
parent 1a6f8b6b40
commit 692e179e3f
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ ext.applyLibraryPlugins = { project ->
project.apply plugin: 'kotlin-android'
}
ext.androidSdkVersion = 32
ext.androidSdkVersion = 33
ext.applyCommonAndroidParameters = { project ->
def android = project.android

View File

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