Think

Results 8 comments of Think

``` publish { userOrg = POM_DEVELOPER_ID groupId = GROUP artifactId = ARTIFACT_ID publishVersion = VERSION_NAME desc = POM_DESCRIPTION website = POM_URL // bintrayUser = BINTRAY_USER // bintrayKey = BINTRAY_API_KEY autoPublish...

@AndroidDeveloperLB the errors seem like download library error,check you network .

try click `Re-download dependencies ...`

or u try to click `Try again`

I think your gradle version is too high , some plugin don't compatibility. in `build.gradle` ``` ... dependencies { classpath 'com.android.tools.build:gradle:3.2.0-alpha04' // classpath 'com.novoda:bintray-release:0.3.4' } ``` in `/richeditor/build.gradle` ``` apply...

`com.novoda.bintray-release` plugin maybe have compatibility,the plugin only use publish library.

```java Glide.with(context).load(url) .asBitmap() .into(new SimpleTarget(){ @Override public void onResourceReady(Bitmap resource, GlideAnimation