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 1b50a4e commit fd5753eCopy full SHA for fd5753e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+### v1.1.0
4
+* add support for displaying a 'back' button
5
+* update dependencies and build tools (convert to Android X)
6
+
7
### v1.0.4
8
* update dependencies and build tools
9
README.md
@@ -16,7 +16,7 @@ Add the following to your app's `build.gradle` file:
16
17
```java
18
dependencies {
19
- compile "com.klinkerapps:floating-tutorial:1.0.4"
+ compile "com.klinkerapps:floating-tutorial:1.1.0"
20
}
21
```
22
0 commit comments