Skip to content

Instantly share code, notes, and snippets.

@virendersran01
Forked from MrCrambo/build.gradle
Created July 11, 2020 07:52
Show Gist options
  • Save virendersran01/09ecbd875353550bc674589149e7824a to your computer and use it in GitHub Desktop.
Save virendersran01/09ecbd875353550bc674589149e7824a to your computer and use it in GitHub Desktop.
// ':video' module gradle file.
dependencies {
implementation project(':app')
implementation project(':camera')
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment