futuredapp / donut

Doughnut-like graph view capable of displaying multiple datasets with assignable colors
MIT License
546 stars 46 forks source link

Maven Central publish #64

Closed skywall closed 3 years ago

futured-bot commented 3 years ago
2 Warnings
:warning: Branch name should have release/, hotfix/, fix/, housekeep/ or feature/ prefix.
:warning: library/src/main/kotlin/app/futured/donut/DonutProgressView.kt#L22 - Class DonutProgressView is too large. Consider splitting it into smaller pieces.

Generated by :no_entry_sign: Danger

matejsemancik commented 3 years ago

One more thing - should we add

repositories {
    mavenCentral()
}

To README in installation section?

skywall commented 3 years ago

One more thing - should we add

repositories {
    mavenCentral()
}

To README in installation section?

I would like to release it first.