/medium-blog-hadling-multipe-flavors

Supporting repository for the blog post at https://medium.com/@thiagolopessilva/the-handling-multiple-java-source-and-resources-using-flavors-on-gradle-18a4b581285b

Primary LanguageJavaApache License 2.0Apache-2.0

Medium Blog Handlilng multiple java source and resources using flavors on gradle

This is the source code supporting the blog post:

https://medium.com/@thiagolopessilva/the-handling-multiple-java-source-and-resources-using-flavors-on-gradle-18a4b581285b

Download code

Download the code from github and extract it on your preference folder

Building

You can build it using the Android Studio or executing the command bellow from command line.

./gradlew clean build assemble

Execute

Read the post on medium