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
areteruhiro e36587053d 既読確認機能を割り込み処理をするように
gradleをバージョンアップ
設定の取得をファイルから行うように
2025-01-28 18:05:12 +09:00

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'