1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 02:59:00 +03:00

Attach url-shortener as git submodule (androidcast_project).

Standalone repo: git://f0xx.org/androidcast_project/url-shortener on branch main.
Removes vendored tree; adds backend/README.md and agent bootstrap note.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-06-12 11:34:08 +02:00
parent 0d364a9f0a
commit 876151a440
7 changed files with 44 additions and 6 deletions

4
.gitmodules vendored
View File

@@ -11,3 +11,7 @@
[submodule "third-party/wireguard-android"]
path = third-party/wireguard-android
url = https://git.zx2c4.com/wireguard-android
[submodule "backend/url-shortener"]
path = backend/url-shortener
url = git://f0xx.org/androidcast_project/url-shortener
branch = main