We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 }
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 }
The text was updated successfully, but these errors were encountered:
Fixed Gradle Dynamic Version linting warning (closes #46)
a866a9f
cda496e
ed63a56
965b7d4
alexanderdean
No branches or pull requests
The text was updated successfully, but these errors were encountered: