Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to gradle 2.1.2 #51

Closed
wants to merge 1 commit into from
Closed

Upgrade to gradle 2.1.2 #51

wants to merge 1 commit into from

Conversation

gaul
Copy link
Contributor

@gaul gaul commented Mar 16, 2016

2.1.0-alpha1 does not exist in Maven Central. Regression from
9b5d02e.

@coffeetocode
Copy link

Looks like gradle moved from MavenCentral to JCenter. Alternate fix is to change each mavenCentral() to jcenter() in build.gradle, as in:

...
    repositories {
        jcenter()

see: http://stackoverflow.com/questions/34157716/android-studio-could-not-find-com-android-tools-buildgradle2-0-0-alpha2

Confirmed that it builds cleanly with just that change and taking into account issue #46.

2.1.0-alpha1 does not exist in Maven Central.  Regression from
9b5d02e.
@gaul gaul changed the title Use latest gradle tools Upgrade to gradle 2.1.2 Jul 12, 2016
@gaul
Copy link
Contributor Author

gaul commented Jan 2, 2017

Superseded by 4c174f1.

@gaul gaul closed this Jan 2, 2017
@gaul gaul deleted the gradle branch January 2, 2017 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants