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