Created
February 5, 2019 09:17
-
-
Save silin/2e803a856a6080717db2b4c5097f96b9 to your computer and use it in GitHub Desktop.
Gradle tips
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
# 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