Skip to content

Instantly share code, notes, and snippets.

@silin
Created February 5, 2019 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save silin/2e803a856a6080717db2b4c5097f96b9 to your computer and use it in GitHub Desktop.
Save silin/2e803a856a6080717db2b4c5097f96b9 to your computer and use it in GitHub Desktop.
Gradle tips
# List flavor dependencies - ./gradlew :app:dependencies --configuration flavorCompileClasspath
./gradlew :app:dependencies --configuration debugCompileClasspath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment