File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Just add the dependency to your `build.gradle`:
27
27
28
28
``` groovy
29
29
dependencies {
30
- compile 'com.getbase:floatingactionbutton:1.10.0 '
30
+ compile 'com.getbase:floatingactionbutton:1.10.1 '
31
31
}
32
32
```
33
33
Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ Version 1.10.1 * (2015-10-23)*
5
+ ----------------------------
6
+
7
+ * Use hardware layers to get smoother animations
8
+
4
9
Version 1.10.0 * (2015-07-17)*
5
10
----------------------------
6
11
Original file line number Diff line number Diff line change 17
17
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
18
# org.gradle.parallel=true
19
19
20
- VERSION_NAME =1.10.0
21
- VERSION_CODE =14
20
+ VERSION_NAME =1.10.1
21
+ VERSION_CODE =15
22
22
GROUP =com.getbase
23
23
24
24
POM_DESCRIPTION =Floating Action Button for Android based on Material Design specification
You can’t perform that action at this time.
0 commit comments