Skip to content

Commit

Permalink
Releasing v2.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-klippenstein committed Mar 1, 2021
1 parent 33a524a commit 72e14c9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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.3.0
-------------

_2021-3-1_

* Upgrade Compose to beta01. (#128)

Version 2.2.0
-------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ library is on the classpath. If you are using Compose, you're probably already u
(the `@Preview` annotation lives in the Tooling library). On the other hand, if you're not using
Compose, Radiography won't bloat your app with transitive dependencies on any Compose artifacts.

Compose changes frequently, and while in alpha, is being released every two weeks. If you are using
Compose changes frequently, and while in beta, is being released every two weeks. If you are using
Radiography with an unsupported version of Compose, or you don't depend on the Tooling library, then
Radiography will still try to detect compositions, but instead of rendering the actual hierarchy, it
will just include a message asking you to upgrade Radiography or add the Tooling library.
Expand All @@ -119,7 +119,7 @@ The only thing required for Radiography to render composables is to include the
a dependency:
```kotlin
dependencies {
implementation("androidx.ui:ui-tooling:1.0.0-alphaXY")
implementation("androidx.compose.ui:ui-tooling:1.0.0-betaXY")
}
```

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

POM_DESCRIPTION=Pretty printing of view hierarchies

Expand Down

0 comments on commit 72e14c9

Please sign in to comment.