mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-17 03:19:48 +03:00
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:
parent
9276c491bc
commit
76645bce6e
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ ext {
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 27
|
compileSdkVersion 27
|
||||||
buildToolsVersion '28.0.3'
|
buildToolsVersion '28.0.3'
|
||||||
publishNonDefault true
|
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "eu.kanade.tachiyomi"
|
applicationId "eu.kanade.tachiyomi"
|
||||||
|
|
Loading…
Add table
Reference in a new issue