mirror of
https://github.com/revanced/revanced-manager-compose-old.git
synced 2025-04-29 14:04:29 +02:00
16 lines
354 B
Plaintext
16 lines
354 B
Plaintext
buildscript {
|
|
repositories {
|
|
google()
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id("com.android.application") version "7.3.1" apply false
|
|
id("com.android.library") version "7.3.1" apply false
|
|
id("org.jetbrains.kotlin.android") version "1.7.20" apply false
|
|
id("com.google.devtools.ksp") version "1.7.20-+" apply false
|
|
}
|
|
repositories {
|
|
google()
|
|
}
|