Searched refs:customLintVersion (Results 1 – 1 of 1) sorted by relevance
65 val customLintVersion = findProperty("lintVersion") as String? constant66 val studioVersion: String = if (customLintVersion != null) {67 logger.warn("Building using custom $customLintVersion version of Android Lint")68 customLintVersion