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

Fix Gradle Dynamic Version linting warning #46

Closed
alexanderdean opened this issue Dec 27, 2014 · 0 comments
Closed

Fix Gradle Dynamic Version linting warning #46

alexanderdean opened this issue Dec 27, 2014 · 0 comments
Assignees
Labels
type:enhancement New features or improvements to existing features.
Milestone

Comments

@alexanderdean
Copy link
Member

Avoid using + in version numbers; can lead to unpredictable and unrepeatable builds
(com.jakewharton.sdkmanager:gradle-plugin:0.12.+)

7 }
8 dependencies {
9 classpath 'com.android.tools.build:gradle:1.0.0'
10 classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.+'
11 }
12 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement New features or improvements to existing features.
Projects
None yet
Development

No branches or pull requests

1 participant