Skip to content

Commit

Permalink
Prepare next development version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Sep 17, 2023
1 parent 28a203f commit d621062
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Change Log

Version 0.25.0 *(In development)*
---------------------------------
Version 0.25.0 *(2023-09-17)*
-----------------------------

- Update Android Gradle Plugin to 8.1.1 & Lint to 31.1.1 [\#431](https://github.com/vanniktech/lint-rules/pull/431) ([vanniktech](https://github.com/vanniktech))
- WrongGlobalIconColorDetector: Ignore ic\_notification files. [\#420](https://github.com/vanniktech/lint-rules/pull/420) ([vanniktech](https://github.com/vanniktech))

Version 0.24.0 *(2023-02-21)*
-----------------------------
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A set of very opinionated lint rules.
## Android Lint Rules

```groovy
compile 'com.vanniktech:lint-rules-android:0.24.0'
compile 'com.vanniktech:lint-rules-android:0.25.0'
compile 'com.vanniktech:lint-rules-android:0.25.0-SNAPSHOT'
```

Expand All @@ -15,7 +15,7 @@ compile 'com.vanniktech:lint-rules-android:0.25.0-SNAPSHOT'
## Kotlin Lint Rules

```groovy
compile 'com.vanniktech:lint-rules-kotlin:0.24.0'
compile 'com.vanniktech:lint-rules-kotlin:0.25.0'
compile 'com.vanniktech:lint-rules-kotlin:0.25.0-SNAPSHOT'
```

Expand All @@ -24,7 +24,7 @@ compile 'com.vanniktech:lint-rules-kotlin:0.25.0-SNAPSHOT'
## RxJava 2 Lint Rules

```groovy
compile 'com.vanniktech:lint-rules-rxjava2:0.24.0'
compile 'com.vanniktech:lint-rules-rxjava2:0.25.0'
compile 'com.vanniktech:lint-rules-rxjava2:0.25.0-SNAPSHOT'
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.25.0-SNAPSHOT
VERSION_NAME=0.25.0
GROUP=com.vanniktech

POM_DESCRIPTION=Very opinionated Lint Checks
Expand Down

0 comments on commit d621062

Please sign in to comment.