We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c33fc5c + 195d082 commit 5b5b933Copy full SHA for 5b5b933
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Donut Releases #
2
3
+## Version 2.2.4
4
+- Don't draw sections if amount is 0 (https://github.com/futuredapp/donut/pull/96)
5
+
6
## Version 2.2.3
7
### Compose version
8
- Bump Compose to 1.4.1
buildSrc/build.gradle.kts
@@ -3,7 +3,7 @@ plugins {
}
repositories {
- jcenter()
+ gradlePluginPortal()
9
dependencies {
gradle.properties
@@ -1,5 +1,5 @@
GROUP=app.futured.donut
-VERSION_NAME=2.2.2-SNAPSHOT
+VERSION_NAME=2.X.X-SNAPSHOT
POM_DESCRIPTION=Doughnut-like graph view capable of displaying multiple datasets with assignable colors
POM_INCEPTION_YEAR=2020
POM_URL="https://github.com/thefuntasty/donut"
0 commit comments