Skip to content

Commit abd0754

Browse files
committed
Update changelog
1 parent 371d1fd commit abd0754

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
Improvements:
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ buildscript {
6666
apply 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

0 commit comments

Comments
 (0)