Update dependencies

This commit is contained in:
vfsfitvnm
2022-08-11 19:41:46 +02:00
parent 5076e0c6f2
commit 22cd6e6228
4 changed files with 11 additions and 11 deletions

View File

@@ -5,11 +5,11 @@ plugins {
android {
namespace = "it.vfsfitvnm.route"
compileSdk = 32
compileSdk = 33
defaultConfig {
minSdk = 21
targetSdk = 32
targetSdk = 33
}
buildTypes {
@@ -45,4 +45,4 @@ android {
dependencies {
implementation(libs.compose.activity)
implementation(libs.compose.foundation)
}
}