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
Attached screenshot. Just git cloned the repo and tried to perform a clean build
The text was updated successfully, but these errors were encountered:
Think problem is because of missing testCompile dependency on junit. Once I add those, it starts giving out other warnings.Attached Screenshot
Sorry, something went wrong.
if you look at the dependencies, it shows that one of the dependency is using version 23.1.1 for support-annotations library
on running ./gradlew -q :app:dependencies Have a look at generated dependencies graph
in project level build.gradle file we have classpath 'com.frogermcs.androiddevmetrics:androiddevmetrics-plugin:0.4' which uses 23.1.1 libraries
Project builds successfully when you go to an earlier commit - d213a1e before #19
No branches or pull requests
Attached screenshot.
Just git cloned the repo and tried to perform a clean build
The text was updated successfully, but these errors were encountered: