Skip to content

thiagoolsilva/medium-blog-hadling-multipe-flavors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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