diff options
author | orionlee <orionlee@yahoo.com> | 2018-03-13 12:35:48 -0700 |
---|---|---|
committer | orionlee <orionlee@yahoo.com> | 2018-03-13 12:35:48 -0700 |
commit | 1a5534884907193f699c82eb19a5586a2c53d583 (patch) | |
tree | 1d335f01a20b9525d64f202df7912446e065b459 /core | |
parent | cd8f220ce0399e0a7464f5330ac90d8505a93ceb (diff) | |
download | AntennaPod-1a5534884907193f699c82eb19a5586a2c53d583.zip |
remove the deprecated publishNonDefault
Diffstat (limited to 'core')
-rw-r--r-- | core/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/build.gradle b/core/build.gradle index c8b6ae077..9967e99ff 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -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" |