Remove redundant "publishNonDefault" setting

I think I've seen the following message from just about every single
gradle run throughout the upgrade process:

publishNonDefault is deprecated and has no effect anymore. All variants are now published.
This commit is contained in:
Samuel Bronson 2019-09-20 12:42:41 -04:00
parent 9276c491bc
commit 76645bce6e

View File

@ -31,7 +31,6 @@ ext {
android {
compileSdkVersion 27
buildToolsVersion '28.0.3'
publishNonDefault true
defaultConfig {
applicationId "eu.kanade.tachiyomi"