mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-20 17:53:56 +00: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