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.
1 parent e791a58 commit 348a762Copy full SHA for 348a762
README.md
@@ -5,7 +5,7 @@ An Android library to create fully material designed bottom dialogs similar to t
5
6
## Releases:
7
8
-#### Current release: 1.0.3.
+#### Current release: 1.0.3-fix.
9
10
You can see all the library releases [here](https://github.com/marcoscgdev/DialogSheet/releases).
11
@@ -38,7 +38,7 @@ allprojects {
38
Now add the dependency to your app build.gradle file:
39
40
```
41
-compile 'com.github.marcoscgdev:DialogSheet:1.0.3'
+compile 'com.github.marcoscgdev:DialogSheet:1.0.3-fix'
42
43
44
### Creating the dialog
0 commit comments