mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-13 04:57:37 +02:00
chore: Migrate to compose-dev branch
This commit is contained in:
14
build.gradle.kts
Normal file
14
build.gradle.kts
Normal file
@ -0,0 +1,14 @@
|
||||
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
|
||||
}
|
||||
repositories {
|
||||
google()
|
||||
}
|
Reference in New Issue
Block a user