Skip to content

Commit f1dcf31

Browse files
committed
Prepare next development version.
1 parent 9f00b37 commit f1dcf31

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Change Log
22

3-
Version 0.25.0 *(In development)*
4-
---------------------------------
3+
Version 0.25.0 *(2026-01-12)*
4+
-----------------------------
5+
6+
- Lint: Support Android Gradle Plugin 9.0.0 [\#382](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/382) ([vanniktech](https://github.com/vanniktech))
7+
- Breaking: Remove Detekt. Please use their own Gradle Plugin. [\#326](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/326) ([vanniktech](https://github.com/vanniktech))
58

69
Version 0.24.0 *(2023-11-22)*
710
-----------------------------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
google()
1616
}
1717
dependencies {
18-
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.24.0"
18+
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.25.0"
1919
}
2020
}
2121

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.vanniktech
2-
VERSION_NAME=0.25.0-SNAPSHOT
2+
VERSION_NAME=0.25.0
33

44
POM_ARTIFACT_ID=gradle-code-quality-tools-plugin
55
POM_NAME=Gradle Code Quality Tools Plugin

0 commit comments

Comments
 (0)