We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13bf40b commit 0afaf56Copy full SHA for 0afaf56
CHANGELOG.md
@@ -1,6 +1,15 @@
1
Change Log
2
==========
3
4
+Version 2.2.0
5
+-------------
6
+
7
+_2021-1-26_
8
9
+* Don't render curly braces when they would be empty. (#108)
10
+* Upgrade Compose to 1.0.0-alpha09. (#117)
11
+* Lazily reflect the mKeyedTags field and don't crash if it's not there. (#122)
12
13
Version 2.1.0
14
-------------
15
gradle.properties
@@ -20,7 +20,7 @@ android.useAndroidX=true
20
systemProp.org.gradle.internal.publish.checksums.insecure=true
21
22
GROUP=com.squareup.radiography
23
-VERSION_NAME=2.2.0-SNAPSHOT
+VERSION_NAME=2.2.0
24
25
POM_DESCRIPTION=Pretty printing of view hierarchies
26
0 commit comments