updating AGP plugin and targetting android 33
This commit is contained in:
parent
1a6f8b6b40
commit
692e179e3f
|
@ -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
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue