Skip to content

Commit

Permalink
README.md: updated version to 1.0.2, updated manual wiring chapter to…
Browse files Browse the repository at this point in the history
… reflect latest changes
  • Loading branch information
mfuerstenau committed Aug 10, 2015
1 parent 5bdad8c commit be3657b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -20,7 +20,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.de.fuerstenau:BuildConfigPlugin:1.0"
classpath "gradle.plugin.de.fuerstenau:BuildConfigPlugin:1.0.2"
}
}
Expand All @@ -32,7 +32,7 @@ Build script snippet for new, incubating, plugin mechanism introduced in Gradle

```gradle
plugins {
id "de.fuerstenau.buildconfig" version "1.0.1"
id "de.fuerstenau.buildconfig" version "1.0.2"
}
```

Expand Down Expand Up @@ -174,7 +174,6 @@ afterEvaluate {
dependencies {
compile compileBuildConfig.outputs.files
}
sourceSets.main.output.dir compileBuildConfig.outputs.files
}
```

Expand Down

0 comments on commit be3657b

Please sign in to comment.