Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Fürstenau committed Jan 14, 2016
1 parent 640a1d1 commit ddadd30
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -20,7 +20,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.de.fuerstenau:BuildConfigPlugin:1.0.5"
classpath "gradle.plugin.de.fuerstenau:BuildConfigPlugin:1.0.6"
}
}
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.5"
id "de.fuerstenau.buildconfig" version "1.0.6"
}
```

Expand Down Expand Up @@ -64,9 +64,10 @@ If no further configuration is made, the _build config_ uses the defaults (see

At the moment there are these properties to configure:

* `packageName`,
* `appName`,
* `version`.
* `packageName` (package of the build config class, default: `project.group`),
* `clsName` (class of the build config class, default: `BuildConfig`),
* `appName` (name of the app, default: `project.name`),
* `version` (version of the app, default: `project.version`).

The following closure would configure the _build config_ for the `main` source
set to use _Supercool App_ as name, and using the project version (set to `1.0`
Expand Down

0 comments on commit ddadd30

Please sign in to comment.