remove the deprecated publishNonDefault

This commit is contained in:
orionlee 2018-03-13 12:35:48 -07:00
parent cd8f220ce0
commit 1a55348849
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,6 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
publishNonDefault true
flavorDimensions "market"
productFlavors {
free {
@ -55,6 +54,7 @@ dependencies {
exclude group: "org.json", module: "json"
}
implementation "commons-io:commons-io:$commonsioVersion"
implementation "com.jayway.android.robotium:robotium-solo:$robotiumSoloVersion"
implementation "org.jsoup:jsoup:$jsoupVersion"
implementation "com.github.bumptech.glide:glide:$glideVersion"
implementation "com.github.bumptech.glide:okhttp3-integration:$glideOkhttpIntegrationVersion@aar"