Skip to content

Commit

Permalink
Prepare 2.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pyricau committed Aug 24, 2024
1 parent 64745e8 commit 52a4e72
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Change Log
==========



Version 2.7
-----------

_2024-08-24_

Update to Compose 1.7 ([#169](https://github.com/square/radiography/pull/169)).

Version 2.6
-----------

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

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

POM_DESCRIPTION=Pretty printing of view hierarchies

Expand Down

0 comments on commit 52a4e72

Please sign in to comment.