Update dependencies
This commit is contained in:
parent
5076e0c6f2
commit
22cd6e6228
4 changed files with 11 additions and 11 deletions
|
@ -9,12 +9,12 @@ android {
|
|||
create("release") {
|
||||
}
|
||||
}
|
||||
compileSdk = 32
|
||||
compileSdk = 33
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "it.vfsfitvnm.vimusic"
|
||||
minSdk = 21
|
||||
targetSdk = 32
|
||||
targetSdk = 33
|
||||
versionCode = 12
|
||||
versionName = "0.4.0"
|
||||
}
|
||||
|
|
|
@ -5,11 +5,11 @@ plugins {
|
|||
|
||||
android {
|
||||
namespace = "it.vfsfitvnm.reordering"
|
||||
compileSdk = 32
|
||||
compileSdk = 33
|
||||
|
||||
defaultConfig {
|
||||
minSdk = 21
|
||||
targetSdk = 32
|
||||
targetSdk = 33
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
@ -43,4 +43,4 @@ android {
|
|||
|
||||
dependencies {
|
||||
implementation(libs.compose.foundation)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,14 +10,14 @@ dependencyResolutionManagement {
|
|||
|
||||
versionCatalogs {
|
||||
create("libs") {
|
||||
version("kotlin", "1.7.0")
|
||||
version("kotlin", "1.7.10")
|
||||
plugin("kotlin-serialization","org.jetbrains.kotlin.plugin.serialization").versionRef("kotlin")
|
||||
|
||||
library("kotlin-coroutines","org.jetbrains.kotlinx", "kotlinx-coroutines-core").version("1.6.4")
|
||||
|
||||
version("compose-compiler", "1.2.0")
|
||||
version("compose-compiler", "1.3.0")
|
||||
|
||||
version("compose", "1.3.0-alpha02")
|
||||
version("compose", "1.3.0-alpha03")
|
||||
library("compose-foundation", "androidx.compose.foundation", "foundation").versionRef("compose")
|
||||
library("compose-ui", "androidx.compose.ui", "ui").versionRef("compose")
|
||||
library("compose-ui-util", "androidx.compose.ui", "ui-util").versionRef("compose")
|
||||
|
|
Loading…
Reference in a new issue