File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,14 @@ Can be used to replace the numeric keyboard and useful to enter monetary amounts
1919- Entirely customizable using custom attributes.
2020
2121### Gradle dependency
22- ```
22+ ``` text
2323implementation "com.maltaisn:calcdialog:X.Y.Z"
2424```
2525
2626Replace ` X.Y.Z ` with lastest version number: [ ![ Download] [ download-badge ]] [ download-link ]
2727
28+ The ` mavenCentral() ` repository is required.
29+
2830- Google Material Components are used since version 2.2.0
2931- Version 2.0.0 introduces many breaking changes, like the changed package name.
3032 See the [ changelog] ( /CHANGELOG.md ) for the complete list of changes.
@@ -47,8 +49,8 @@ Strings to translate are in `strings.xml`, do not translate those in `donottrans
4749do not translate the demo app.
4850
4951
50- [ download-badge ] : https://api.bintray.com/packages/maltaisn/calc-dialog/calc-dialog/images/download.svg
51- [ download-link ] : https://bintray.com/ maltaisn/calc-dialog/calc-dialog/_latestVersion
52+ [ download-badge ] : https://img.shields.io/maven-central/v/com.maltaisn/calcdialog
53+ [ download-link ] : https://search.maven.org/artifact/com. maltaisn/calcdialog
5254
5355[ wiki-start ] : https://github.com/maltaisn/calcdialoglib/wiki/Using-the-dialog
5456[ wiki-settings ] : https://github.com/maltaisn/calcdialoglib/wiki/Calculator-settings
You can’t perform that action at this time.
0 commit comments