Skip to content

Commit c1d3692

Browse files
committed
Release 2.1.0
1 parent e10c2f4 commit c1d3692

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#Changelog
22

3+
#2.1.0 (27/04/2015)
4+
- Fixed #155, We now clone correctly.
5+
- Added Styles for Custom Views. (`builder.addCustomStyle(ToggleButton.class, android.R.attr.buttonStyleToggle)`)
6+
37
#2.0.2 (05/01/2015)
48
- Fixed `CalligraphyConfig.Builder` missing return statements.
59
- Fixed `createView()` getting the wrong parent context, Fixed: #135, #120

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Are you fed up of Custom Views to set fonts? Or traversing the ViewTree to find
1313

1414
### Dependency
1515

16-
Include the dependency [Download (.aar)](http://search.maven.org/remotecontent?filepath=uk/co/chrisjenx/calligraphy/2.0.2/calligraphy-2.0.2.aar) :
16+
Include the dependency [Download (.aar)](http://search.maven.org/remotecontent?filepath=uk/co/chrisjenx/calligraphy/2.1.0/calligraphy-2.1.0.aar) :
1717

1818
```groovy
1919
dependencies {
20-
compile 'uk.co.chrisjenx:calligraphy:2.0.2'
20+
compile 'uk.co.chrisjenx:calligraphy:2.1.0'
2121
}
2222
```
2323
### Add Fonts

0 commit comments

Comments
 (0)