File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 55
66Improvements:
77 * Upgraded to Gradle 4.10.2
8+ * All lint tasks (ie: lintDebug and lintRelease) are now cacheable and can be up-to-date
89
910### 2.6.8
1011
Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ buildscript {
6666apply plugin: 'com.monits.staticCodeAnalysis'
6767```
6868
69- The plugin is compatible with Gradle 2.3+, Gradle 3.0 + and Gradle 4.0 +. We are commited to supporting at least the last 2 major gradle versions.
69+ The plugin is compatible with Gradle 2.3+, Gradle 3.+ and Gradle 4.+. We are commited to supporting at least the last 2 major gradle versions.
7070
71- It supports all versions of the Android plugin from 1.1.0 onwards, up to 3.0.0-beta4.
71+ It supports all versions of the Android plugin from 1.1.0 onwards, up to 3.2.0
7272
7373
7474## DSL
You can’t perform that action at this time.
0 commit comments