Skip to content

Commit

Permalink
Update version and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Serchinastico committed Jan 20, 2019
1 parent 4b2bd58 commit c41ac32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Add the `detectors` module dependencies to your project and the `dsl` module as

```groovy
dependencies {
lintChecks 'com.github.serchinastico.lin:detectors:0.0.3'
lintClassPath 'com.github.serchinastico.lin:dsl:0.0.3'
lintChecks 'com.github.serchinastico.lin:detectors:0.0.4'
lintClassPath 'com.github.serchinastico.lin:dsl:0.0.4'
}
```

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

```groovy
dependencies {
compileOnly 'com.github.serchinastico.lin:dsl:0.0.3'
compileOnly 'com.github.serchinastico.lin:annotations:0.0.3'
compileOnly 'com.github.serchinastico.lin:dsl:0.0.4'
compileOnly 'com.github.serchinastico.lin:annotations:0.0.4'
}
```

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

```groovy
dependencies {
testCompile 'com.github.serchinastico.lin:test:0.0.3'
testCompile 'com.github.serchinastico.lin:test:0.0.4'
// You might still need to load the official Android Lint dependencies for tests
testCompile 'com.android.tools.lint:lint:26.3.0'
testCompile 'com.android.tools.lint:lint-tests:26.3.0'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {
apply plugin: "maven-publish"

group = "com.github.serchinastico.lin"
version = "0.0.3"
version = "0.0.4"

repositories {
google()
Expand Down

0 comments on commit c41ac32

Please sign in to comment.