Skip to content

Commit

Permalink
Prepare 2.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pyricau committed Sep 15, 2021
1 parent 18771a3 commit 046c5b6
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 2.4.1
-------------

_2021-9-15_

* Upgrade Curtains to 1.2.2 to avoid main thread check crashes. (#145)

Version 2.4.0
-------------

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.3.0'
implementation 'com.squareup.radiography:radiography:2.4.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android.useAndroidX=true
systemProp.org.gradle.internal.publish.checksums.insecure=true

GROUP=com.squareup.radiography
VERSION_NAME=2.5.0-SNAPSHOT
VERSION_NAME=2.4.1

POM_DESCRIPTION=Pretty printing of view hierarchies

Expand Down

0 comments on commit 046c5b6

Please sign in to comment.