1
0
mirror of https://github.com/areteruhiro/LIME-beta-hiro.git synced 2025-02-06 05:21:37 +09:00
LIME-beta-hiro/settings.gradle

20 lines
362 B
Groovy

pluginManagement {
repositories {
google()
mavenCentral()
}
plugins {
id 'com.android.application' version '8.6.1' apply false
}
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url = "https://api.xposed.info" }
}
}
rootProject.name = "LIME"
include 'app'