Skip to content

Commit

Permalink
Prepare 2.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrjr committed Apr 30, 2024
1 parent 8514081 commit 8913bb0
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.6
-----------

_2024-04-30_

Compose call group chain information is now available. (#160)

Version 2.5
-------------

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

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.6-SNAPSHOT
VERSION_NAME=2.6

POM_DESCRIPTION=Pretty printing of view hierarchies

Expand Down

0 comments on commit 8913bb0

Please sign in to comment.