mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 14:54:00 +00:00
Update Kotlin and KSP (#4774)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -11,7 +11,7 @@ plugins {
|
||||
id 'org.jetbrains.kotlin.plugin.compose' version "2.0.20"
|
||||
id 'org.jetbrains.kotlin.plugin.parcelize' version "2.0.20"
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version "2.0.20"
|
||||
id "com.google.devtools.ksp" version "2.0.20-1.0.24"
|
||||
id "com.google.devtools.ksp" version "2.0.20-1.0.25"
|
||||
id 'com.google.protobuf' version "0.9.4"
|
||||
id 'app.cash.licensee' version "1.11.0"
|
||||
id 'dev.rikka.tools.refine' version "4.4.0"
|
||||
@@ -360,7 +360,7 @@ dependencies {
|
||||
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2'
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8"
|
||||
implementation 'com.github.ChickenHook:RestrictionBypass:2.2'
|
||||
implementation 'dev.rikka.tools.refine:runtime:4.4.0'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user