This commit is contained in:
2026-03-05 18:11:08 +09:00
parent 83546e5e10
commit 70869d7e1e
33 changed files with 1359 additions and 935 deletions
+3 -1
View File
@@ -3,8 +3,8 @@ pluginManagement {
gradlePluginPortal()
google()
mavenCentral()
// jcenter()
maven (url = "https://maven.mozilla.org/maven2/")
}
}
@@ -17,8 +17,10 @@ dependencyResolutionManagement {
mavenCentral()
maven (url = "https://maven.mozilla.org/maven2/")
maven(url = "https://jitpack.io")
}
}
rootProject.name = "LunarLauncher"
include ("app","library","utils")
include(":gdrive")