mirror of
https://github.com/areteruhiro/LIME-beta-hiro.git
synced 2025-02-06 05:21:37 +09:00
20 lines
362 B
Groovy
20 lines
362 B
Groovy
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
plugins {
|
|
id 'com.android.application' version '8.8.0' apply false
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
maven { url = "https://api.xposed.info" }
|
|
}
|
|
}
|
|
|
|
rootProject.name = "LIME"
|
|
include 'app'
|