Skip to content

Commit

Permalink
Disable non default artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
hamen committed Oct 16, 2015
1 parent 748dd41 commit c84a7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ android {
}

defaultPublishConfig "devDebug"
publishNonDefault true
publishNonDefault false

sourceSets.main {
java.srcDirs = ['src/main/java',]
Expand Down

0 comments on commit c84a7fd

Please sign in to comment.