From 6de46fc8df265717c2b9c4d4601ec2e8bdfb4e27 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Mon, 2 Mar 2020 09:52:29 -0800 Subject: [PATCH] Switch to submodule for protos --- .gitmodules | 3 +++ TODO.md | 2 +- app/src/main/proto | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 app/src/main/proto diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..a989358cb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "app/src/main/proto"] + path = app/src/main/proto + url = https://github.com/meshtastic/Meshtastic-protobufs.git diff --git a/TODO.md b/TODO.md index dc73a8bb0..952209462 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,7 @@ # High priority Work items for soon alpha builds -* use git subtree for androidlib and the protobufs +* use git submodule for androidlib * run services in sim mode on emulator * show offline nodes as greyed out * show time since last contact on the node info card diff --git a/app/src/main/proto b/app/src/main/proto new file mode 160000 index 000000000..c4ee1448e --- /dev/null +++ b/app/src/main/proto @@ -0,0 +1 @@ +Subproject commit c4ee1448ea99058fe45c6738e547197e4a4c1887