mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-02-16 20:20:59 +01:00
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'
|
project.apply plugin: 'kotlin-android'
|
||||||
}
|
}
|
||||||
|
|
||||||
ext.androidSdkVersion = 32
|
ext.androidSdkVersion = 33
|
||||||
|
|
||||||
ext.applyCommonAndroidParameters = { project ->
|
ext.applyCommonAndroidParameters = { project ->
|
||||||
def android = project.android
|
def android = project.android
|
||||||
|
@ -102,7 +102,7 @@ ext.Dependencies.with {
|
|||||||
|
|
||||||
google = new DependenciesContainer()
|
google = new DependenciesContainer()
|
||||||
google.with {
|
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}"
|
androidxComposeUi = "androidx.compose.ui:ui:${composeVer}"
|
||||||
androidxComposeFoundation = "androidx.compose.foundation:foundation:${composeVer}"
|
androidxComposeFoundation = "androidx.compose.foundation:foundation:${composeVer}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user