From: Daniel Martí Date: Mon, 21 Sep 2015 17:06:38 +0000 (+0000) Subject: Merge branch 'master' into 'master' X-Git-Tag: 0.5.0~85 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6c5bbb243184aa1566e8edca5466b2c07c3ffe74;p=fdroidserver.git Merge branch 'master' into 'master' Added support for gradle flavor specific dependencies in usual suspects check When you have flavor specific dependencies in your project, you specify them in the build.gradle file with a prefixed *compile* command: ``` compile 'normal dependency' myflavorCompile 'only for myflavor' ``` The usual suspects check just searches for some often used library names in the whole build.gradle file. I added another condition, so dependencies for not build flavors are not checked. See merge request !77 --- 6c5bbb243184aa1566e8edca5466b2c07c3ffe74