mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
400163b820
There are 9 dependencies update, changelog of this commit are available below here. Android Gradle Plugin: 8.0.1 -> 8.0.2 Kotlin: 1.8.21 -> 1.8.22 Android Compose BOM: 2023.05.01 -> 2023.06.01 Room: 2.5.1 -> 2.5.2 ReVanced Patcher: 11.0.1 -> 11.0.4 APKsig: 8.2.0-alpha05 -> 8.2.0-alpha10 Koin (Android, workmanager): 3.4.0 -> 3.4.2 Koin (Androidx Compose): 3.4.4 -> 3.4.5 Ktor: 2.3.0 -> 2.3.1
6 lines
212 B
Plaintext
6 lines
212 B
Plaintext
plugins {
|
|
id("com.android.application") version "8.0.2" apply false
|
|
id("org.jetbrains.kotlin.android") version "1.8.22" apply false
|
|
id("com.google.devtools.ksp") version "1.8.22-1.0.11" apply false
|
|
}
|