-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using git submodules for all dependencies and now only one repo is ne…
…cessary to pull in order to build the APK.
- Loading branch information
1 parent
5ee9d3b
commit caf17ad
Showing
7 changed files
with
23 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[submodule "Android_LIB_Commons"] | ||
path = Android_LIB_Commons | ||
url = https://github.com/MetatransApps/Android_LIB_Commons | ||
[submodule "Android_LIB_CommonsAds"] | ||
path = Android_LIB_CommonsAds | ||
url = https://github.com/MetatransApps/Android_LIB_CommonsAds | ||
[submodule "Android_LIB_Commons2D"] | ||
path = Android_LIB_Commons2D | ||
url = https://github.com/MetatransApps/Android_LIB_Commons2D | ||
[submodule "Android_APP_2DBalloons"] | ||
path = Android_APP_2DBalloons | ||
url = https://github.com/MetatransApps/Android_APP_2DBalloons |
Submodule Android_APP_2DBalloons
added at
85552e
Submodule Android_LIB_Commons
added at
5c9024
Submodule Android_LIB_Commons2D
added at
ac1940
Submodule Android_LIB_CommonsAds
added at
1028d6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters