Skip to content

Commit c41ac32

Browse files
committed
Update version and README
1 parent 4b2bd58 commit c41ac32

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Add the `detectors` module dependencies to your project and the `dsl` module as
3131

3232
```groovy
3333
dependencies {
34-
lintChecks 'com.github.serchinastico.lin:detectors:0.0.3'
35-
lintClassPath 'com.github.serchinastico.lin:dsl:0.0.3'
34+
lintChecks 'com.github.serchinastico.lin:detectors:0.0.4'
35+
lintClassPath 'com.github.serchinastico.lin:dsl:0.0.4'
3636
}
3737
```
3838

@@ -42,8 +42,8 @@ If you want to write your own detectors just add the `dsl` and `annotations` mod
4242

4343
```groovy
4444
dependencies {
45-
compileOnly 'com.github.serchinastico.lin:dsl:0.0.3'
46-
compileOnly 'com.github.serchinastico.lin:annotations:0.0.3'
45+
compileOnly 'com.github.serchinastico.lin:dsl:0.0.4'
46+
compileOnly 'com.github.serchinastico.lin:annotations:0.0.4'
4747
}
4848
```
4949

@@ -202,7 +202,7 @@ Internally, Lin uses a DSL for tests that makes a bit easier the simplest scenar
202202

203203
```groovy
204204
dependencies {
205-
testCompile 'com.github.serchinastico.lin:test:0.0.3'
205+
testCompile 'com.github.serchinastico.lin:test:0.0.4'
206206
// You might still need to load the official Android Lint dependencies for tests
207207
testCompile 'com.android.tools.lint:lint:26.3.0'
208208
testCompile 'com.android.tools.lint:lint-tests:26.3.0'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ allprojects {
1616
apply plugin: "maven-publish"
1717

1818
group = "com.github.serchinastico.lin"
19-
version = "0.0.3"
19+
version = "0.0.4"
2020

2121
repositories {
2222
google()

0 commit comments

Comments
 (0)