Bump dependencies

This commit is contained in:
Albert Vaca Cintora
2024-03-02 00:15:02 +01:00
parent 2cd88b56da
commit 423c57b71e
4 changed files with 23 additions and 23 deletions

View File

@@ -47,21 +47,22 @@ android {
buildFeatures {
viewBinding = true
compose = true
buildConfig = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.3"
kotlinCompilerExtensionVersion = "1.5.10"
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_1_9
targetCompatibility = JavaVersion.VERSION_1_9
// Flag to enable support for the new language APIs
isCoreLibraryDesugaringEnabled = true
}
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "9"
}
androidResources {