浏览代码

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.
Samuel Bronson 5 年之前
父节点
当前提交
76645bce6e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/build.gradle

+ 0 - 1
app/build.gradle

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