File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,15 @@ Change Log
22==========
33
44
5+ Version 2.9
6+ -----------
7+
8+ _ 2026-02-25_
9+
10+ * Upgrade Kotlin to 2.3.10 ([ #190 ] ( https://github.com/square/radiography/pull/190 ) ).
11+ * Introduce radiography command-line tool ([ #180 ] ( https://github.com/square/radiography/pull/180 ) ).
12+ * Release stoic-plugin via workflow ([ #191 ] ( https://github.com/square/radiography/pull/191 ) ).
13+
514Version 2.8
615-----------
716
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Add the `radiography` dependency to your app's `build.gradle` file:
3030
3131``` gradle
3232dependencies {
33- implementation 'com.squareup.radiography:radiography:2.8 '
33+ implementation 'com.squareup.radiography:radiography:2.9 '
3434}
3535```
3636
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ android.useAndroidX=true
2020systemProp.org.gradle.internal.publish.checksums.insecure =true
2121
2222GROUP =com.squareup.radiography
23- VERSION_NAME =2.9-SNAPSHOT
23+ VERSION_NAME =2.9
2424
2525POM_DESCRIPTION =Pretty printing of view hierarchies
2626
You can’t perform that action at this time.
0 commit comments