ChristopheCVB
ChristopheCVB

Reputation: 7315

Android Build Tools Gradle 2.3.2

The dependency com.android.tools.build:gradle:2.3.2 does not exists on jcenter.

Why is that ? I had the update yesterday on Android Studio :/

Upvotes: 8

Views: 1542

Answers (3)

odoral
odoral

Reputation: 21

This morning was failing too, but now seems to be working.

Here's the Bintray link: https://bintray.com/android/android-tools/com.android.tools.build.gradle/2.3.2

Upvotes: 2

Grisgram
Grisgram

Reputation: 3243

They mixed something up in the update - Studio rollout done, jcenter update forgotten. Yes, Android Studio rolls out the update and suggests to upgrade to 2.3.2 and you are right, this version is not yet available at jcenter. For now, manually put 2.3.1 in your build file and check back every other day if the new version can be downloaded...

Should not happen, shame on you, DevTeam :)

Upvotes: 7

Ivan Milisavljevic
Ivan Milisavljevic

Reputation: 2068

Hm not sure 2.3.2 is out yet. Try downgrading to 2.3.1

Upvotes: 0

Related Questions