From 0d9d0a1e53200b98a30457e37804ec6654ffa9d3 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Thu, 16 Aug 2018 22:15:38 +0200 Subject: [PATCH] android app submodule --- .gitignore | 1 + .gitmodules | 3 +++ android-app/thermoscan-speech-android-app | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 android-app/thermoscan-speech-android-app diff --git a/.gitignore b/.gitignore index ee08be2..aafc56f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.swp __pycache__/ +thermoscan-speech-android-app// diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a860183 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "android-app/thermoscan-speech-android-app"] + path = android-app/thermoscan-speech-android-app + url = git@gitlab.com:Sheppy_/thermoscan-speech-android-app.git diff --git a/android-app/thermoscan-speech-android-app b/android-app/thermoscan-speech-android-app new file mode 160000 index 0000000..560f28e --- /dev/null +++ b/android-app/thermoscan-speech-android-app @@ -0,0 +1 @@ +Subproject commit 560f28e89c89609273e9906e7a200a96c2bd0951