Created
June 12, 2017 03:15
-
-
Save keima/5086003d0886433c23a37d433aee26ed to your computer and use it in GitHub Desktop.
android project example for using git submodule
This file contains hidden or 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
// libraries/cameraview and libraries/transcoder are submodule project | |
include ':CameraView' | |
project(':CameraView').projectDir = new File(rootDir, 'libraries/cameraview/library') | |
include ':Transcoder' | |
project(':Transcoder').projectDir = new File(rootDir, 'libraries/transcoder/lib') | |
include ':app' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment