Skip to content

Commit

Permalink
version: 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Jul 26, 2024
1 parent 2281ac0 commit 72182e4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

- *No changes*

## [0.19] (2024-07-26)

> [!NOTE]
> This release removes many implicit features that couldn't be configured from outside.
> It is also a part of a process of removing the features that could be easily implemented via [pre-compiled script plugins](https://docs.gradle.org/current/userguide/implementing_gradle_plugins_precompiled.html) (for example, SDK versions and tests configuration).
Expand Down Expand Up @@ -717,6 +721,7 @@ Pull request: #35
- Added CHANGELOG.md :)

[unreleased]: https://github.com/RedMadRobot/gradle-infrastructure/compare/main..develop
[0.19]: https://github.com/RedMadRobot/gradle-infrastructure/compare/v0.18.1..v0.19
[0.18.1]: https://github.com/RedMadRobot/gradle-infrastructure/compare/v0.18..v0.18.1
[0.18]: https://github.com/RedMadRobot/gradle-infrastructure/compare/v0.17..v0.18
[0.17]: https://github.com/RedMadRobot/gradle-infrastructure/compare/v0.16.2..v0.17
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ Then you can apply any of plugins where you need:

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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.redmadrobot.build
version=0.19-SNAPSHOT
version=0.19

# Project-wide Gradle settings.

Expand Down

0 comments on commit 72182e4

Please sign in to comment.