Skip to content

Commit

Permalink
Prepare for release 0.2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinerOk committed Jul 31, 2023
1 parent da049fe commit d9307d0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

## Version 0.2.5

_2023-07-31_

* Upgrade Kotlin to `1.9.0`, Anvil to `2.4.7` and KotlinPoet to `1.14.2`. This release is not
compatible with lower versions of Kotlin and Anvil.

## Version 0.2.4

_2023-05-26_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add dependencies:

```gradle
dependencies {
def sealant_version = "0.2.4"
def sealant_version = "0.2.5"
// Common
implementation "io.github.steinerok.sealant:di-common:${sealant_version}"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android.nonTransitiveRClass=true
android.suppressUnsupportedCompileSdk=34
#
GROUP=io.github.steinerok.sealant
VERSION_NAME=0.2.5-SNAPSHOT
VERSION_NAME=0.2.5
#
POM_NAME=Sealant
POM_DESCRIPTION=Android injection using the Anvil and Dagger2.
Expand Down

0 comments on commit d9307d0

Please sign in to comment.