mirror of
https://github.com/jahruz67/luncher-relo.git
synced 2026-08-08 18:14:06 +00:00
feat: Implement initial Android launcher application with Compose, including app listing and launching capabilities.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
rootProject.name = "Luncher"
|
||||
include(":app")
|
||||
Reference in New Issue
Block a user