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

Debug Build Failing with current build.gradle configuration #23

Open
AmitBarjatya opened this issue May 26, 2017 · 2 comments
Open

Debug Build Failing with current build.gradle configuration #23

AmitBarjatya opened this issue May 26, 2017 · 2 comments

Comments

@AmitBarjatya
Copy link

Attached screenshot.
Just git cloned the repo and tried to perform a clean build
screen shot 2017-05-26 at 12 42 12 pm

@AmitBarjatya
Copy link
Author

AmitBarjatya commented May 26, 2017

Think problem is because of missing testCompile dependency on junit.
Once I add those, it starts giving out other warnings.Attached Screenshot

screen shot 2017-05-26 at 1 22 02 pm

@AmitBarjatya
Copy link
Author

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
screen shot 2017-05-26 at 1 27 09 pm

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

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

No branches or pull requests

1 participant