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

20 lines
362 B
Groovy
Raw Normal View History

2024-01-19 13:42:24 +09:00
pluginManagement {
repositories {
google()
mavenCentral()
}
plugins {
id 'com.android.application' version '8.8.0' apply false
}
2024-01-19 13:42:24 +09:00
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
2024-01-20 14:40:07 +09:00
maven { url = "https://api.xposed.info" }
2024-01-19 13:42:24 +09:00
}
}
rootProject.name = "LIME"
2024-04-13 02:12:12 +09:00
include 'app'