manideepla

Results 4 issues of manideepla

Like how Google's Material Date Picker shows?

I have a use case where I have a capture button to capture the current preview and also stop the preview. I also have a retake button to restart the...

```./gradlew --stacktrace release -Prelease.forceVersion=0.1.0 -Prelease.versionIncrementer=incrementPatch -Prelease.disableChecks -Prelease.pushTagsOnly``` I'm using this command in a CI/CD pipeline on a repo that already has tags. But the output is saying this: ``` >...