Skip to content

Commit

Permalink
Prepare 2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pyricau committed Nov 2, 2023
1 parent 028511d commit 3a00100
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Change Log
==========

Version 3.0.0
Version 2.5
-------------

_2023-10-30_
_2023-11-01_

Compose 1.5 is now supported. Due to breaking API changes within the Compose runtime, this version
is not compatible with earlier versions of Compose. If you need to use an earlier version of Compose,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add the `radiography` dependency to your app's `build.gradle` file:

```gradle
dependencies {
implementation 'com.squareup.radiography:radiography:2.4.1'
implementation 'com.squareup.radiography:radiography:2.5'
}
```

Expand Down

0 comments on commit 3a00100

Please sign in to comment.