Skip to content

Commit

Permalink
version: 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Jun 17, 2022
1 parent b423378 commit 5ff9de9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [0.16.2] (2022-06-17)

### Fixed

- Defaults from parent project are not applied to project (#107)
Expand Down Expand Up @@ -512,6 +514,7 @@ Pull request: #35
- Added CHANGELOG.md :)

[unreleased]: https://github.com/RedMadRobot/gradle-infrastructure/compare/main..develop
[0.16.2]: https://github.com/RedMadRobot/gradle-infrastructure/compare/v0.16.1..v0.16.2
[0.16.1]: https://github.com/RedMadRobot/gradle-infrastructure/compare/v0.16..v0.16.1
[0.16]: https://github.com/RedMadRobot/gradle-infrastructure/compare/v0.15..v0.16
[0.15]: https://github.com/RedMadRobot/gradle-infrastructure/compare/v0.14..v0.15
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ Then you can apply any of plugins where you need:

```kotlin
plugins {
id("com.redmadrobot.kotlin-library") version "0.16.1"
id("com.redmadrobot.publish") version "0.16.1"
id("com.redmadrobot.detekt") version "0.16.1"
id("com.redmadrobot.application") version "0.16.1"
id("com.redmadrobot.android-library") version "0.16.1"
id("com.redmadrobot.kotlin-library") version "0.16.2"
id("com.redmadrobot.publish") version "0.16.2"
id("com.redmadrobot.detekt") version "0.16.2"
id("com.redmadrobot.application") version "0.16.2"
id("com.redmadrobot.android-library") version "0.16.2"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ subprojects {
}

group = "com.redmadrobot.build"
version = "0.17-SNAPSHOT"
version = "0.16.2"
}
2 changes: 1 addition & 1 deletion samples/android-application-multi/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.redmadrobot.android-config") version "0.17-SNAPSHOT"
id("com.redmadrobot.android-config") version "0.16.2"
}

// Common configurations for all modules
Expand Down
2 changes: 1 addition & 1 deletion samples/android-application/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
plugins {
id("com.redmadrobot.android-config") version "0.17-SNAPSHOT"
id("com.redmadrobot.android-config") version "0.16.2"
}

0 comments on commit 5ff9de9

Please sign in to comment.