mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
37e177b56e
"A what? 1.8.22 isn't compatible, but the version bump indicate that it's supposed to be bug fixes????"
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.21" apply false
|
|
id("com.google.devtools.ksp") version "1.8.21-1.0.11" apply false
|
|
}
|