staretd new module for bookmarks

This commit is contained in:
2025-08-01 23:36:42 +02:00
parent 947187224f
commit fd107546d8
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
description = "Umbrella : Bookmarks"
dependencies{
implementation(project(":core"))
}

View File

@@ -1,6 +1,7 @@
rootProject.name = "Umbrella25"
include("backend")
include("bookmark")
include("company")
include("contact")
include("core")