mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 12:47:37 +02:00
chore: update dependencies (#1247)
This commit is contained in:
@ -4,7 +4,7 @@ plugins {
|
||||
alias(libs.plugins.devtools)
|
||||
alias(libs.plugins.about.libraries)
|
||||
id("kotlin-parcelize")
|
||||
kotlin("plugin.serialization") version "1.9.0"
|
||||
kotlin("plugin.serialization") version "1.9.10"
|
||||
}
|
||||
|
||||
android {
|
||||
@ -68,7 +68,7 @@ android {
|
||||
buildFeatures.compose = true
|
||||
buildFeatures.aidl = true
|
||||
|
||||
composeOptions.kotlinCompilerExtensionVersion = "1.5.1"
|
||||
composeOptions.kotlinCompilerExtensionVersion = "1.5.3"
|
||||
}
|
||||
|
||||
kotlin {
|
||||
|
Reference in New Issue
Block a user