Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 :/

like image 780
ChristopheCVB Avatar asked May 12 '17 15:05

ChristopheCVB


2 Answers

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 :)

like image 175
Grisgram Avatar answered Nov 19 '22 22:11

Grisgram


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

like image 45
odoral Avatar answered Nov 20 '22 00:11

odoral