GithubClient icon indicating copy to clipboard operation
GithubClient copied to clipboard

Debug Build Failing with current build.gradle configuration

Open AmitBarjatya opened this issue 8 years ago • 2 comments

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 avatar May 26 '17 07:05 AmitBarjatya

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 avatar May 26 '17 07:05 AmitBarjatya

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 - d213a1e5ad7474000d3b289b before #19

AmitBarjatya avatar May 26 '17 08:05 AmitBarjatya