-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Updates gradle plugin version and gradle version to latest #78
Conversation
This allows the project to be imported with the latest Android Studio version (0.5.2). Also removes duplication between build.gradle files
dependencies { | ||
classpath 'com.android.tools.build:gradle:0.8.0' | ||
classpath 'com.android.tools.build:gradle:0.9.+' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@denizmveli is it ok for you to use wildcards here? if not I can change to specify the latest version instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer not to have + but I can change this after the merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 cheers!
@xrigau tiu aquesta llibreria l'han abandonat o què? Era la única que tirava guai... |
Merged pull request #78 - Updates gradle plugin version and gradle version to latest
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip | ||
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-all.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not gradle-1.11-all.zip ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Android Studio can import the project with both 1.10 & 1.11, but you're right I could have used the latest version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem - I'll update this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 👍
This allows the project to be imported with the latest Android Studio version (0.5.2).
Also removes duplication between
build.gradle
files (the repositories closure)