Skip to content

Commit 5356f84

Browse files
committed
Prepare for release 6.0.0-alpha02.
1 parent b5dfc10 commit 5356f84

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ Change Log
44
Unreleased
55
----------
66

7+
Version 6.0.0-alpha02
8+
---------------------
9+
10+
_2026-01-26_
11+
12+
### Gradle plugin
13+
14+
* Refactor to Factory pattern and use modern Android Variant API (#3503 by [Omar Ismail][omarismail94])
15+
* Migrate to new Android Gradle Plugin DSL (#3504 by [Omar Ismail][omarismail94])
16+
* Ensure compatibility with older Kotlin consumers (#3505 by [Omar Ismail][omarismail94])
17+
718
Version 5.5.0
819
---------------------
920

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
22

33
GROUP=com.squareup.wire
4-
VERSION_NAME=6.1.0-SNAPSHOT
4+
VERSION_NAME=6.0.0-alpha02
55

66
# Publishing SHA 256 and 512 hashes of maven-metadata is not supported by Sonatype and Nexus.
77
# See https://github.com/gradle/gradle/issues/11308 and https://issues.sonatype.org/browse/NEXUS-21802
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.caching=false
22
org.gradle.unsafe.configuration-cache=true
33
org.gradle.configuration-cache=true
4-
VERSION_NAME=6.1.0-SNAPSHOT
4+
VERSION_NAME=6.0.0-alpha02
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION_NAME=6.1.0-SNAPSHOT
1+
VERSION_NAME=6.0.0-alpha02
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
org.gradle.configureondemand=true
2-
VERSION_NAME=6.1.0-SNAPSHOT
2+
VERSION_NAME=6.0.0-alpha02

0 commit comments

Comments
 (0)