Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ Change Log

<!-- CHANGELOG_INSERT -->

## Version 3.3.1 (2026-06-01)

* Update dependency org.xmlunit:xmlunit-core to v2.12.0 ([#309](https://github.com/LikeTheSalad/android-stem/pull/309))
* Update dependency io.mockk:mockk to v1.14.11 ([#308](https://github.com/LikeTheSalad/android-stem/pull/308))
* Update plugin wire to v6.4.0 ([#307](https://github.com/LikeTheSalad/android-stem/pull/307))
* Update plugin wire to v6.3.0 ([#306](https://github.com/LikeTheSalad/android-stem/pull/306))
* Update Gradle to v9.5.1 ([#305](https://github.com/LikeTheSalad/android-stem/pull/305))
* Update dependency com.android.tools.build:gradle to v9.2.1 ([#304](https://github.com/LikeTheSalad/android-stem/pull/304))
* Update android to v9.2.1 ([#303](https://github.com/LikeTheSalad/android-stem/pull/303))

## Version 3.3.0 (2026-05-01)

* Update Gradle to v9.5.0 ([#299](https://github.com/LikeTheSalad/android-stem/pull/299))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Sat Apr 04 13:31:42 UTC 2026
kotlin.code.style=official
version=3.3.0
version=3.3.1
group=com.likethesalad.android
Loading