mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-22 06:43:45 +01:00
remove the deprecated publishNonDefault
This commit is contained in:
parent
cd8f220ce0
commit
1a55348849
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user