The manifest merger is not part of the build tools that we were just discussing in this thread. This is a dependency of the Gradle plugin.
The Build Tools is distributed only with the SDK Manager and not on any maven repo. It contains external tools using during the build (aapt, aidl, rs compiler, dx, etc...) The Gradle plugin, and its dependencies, are pushed normally to both MavenCentral and Jcenter but previews will only be pushed to jcenter, because we can remove them when the final version is out. On Thu, Jun 4, 2015 at 5:15 PM, Csaba Kozák <[email protected]> wrote: > Xavier: they are, for example the latest manifest-merger > <https://bintray.com/android/android-tools/com.android.tools.build.manifest-merger/view> > . > > Jerome: well, 24.2.0-beta2 and 24.1.0-rc3 are available in Maven Central, > too. > But maybe the current is different because it is related to the unreleased > M platform. > > Either way, i respect your decision. :) > > -- > You received this message because you are subscribed to the Google Groups > "adt-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Xavier Ducrohet Android SDK Tech Lead Google Inc. http://developer.android.com | http://tools.android.com Please do not send me questions directly. Thanks! -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
