Skip to content

Commit c1b6823

Browse files
committed
Add example submodule to .gitmodules and initialize with latest commit: include the example submodule in the project configuration, pointing to the sample repository for demonstration purposes.
1 parent 01b7bf0 commit c1b6823

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
[submodule "stringcare-jni"]
44
path = stringcare-jni
55
url = https://github.com/vypdev/stringcare-android-c.git
6+
[submodule "example"]
7+
path = example
8+
url = https://github.com/vypdev/stringcare-android-sample

example

Submodule example added at 4193002

0 commit comments

Comments
 (0)