Skip to content

Commit

Permalink
Update for Android Studio 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertZagorski authored and Robert Zagórski committed Dec 20, 2016
1 parent 465a2ac commit 7643c5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ _2016-12-07_

* **Respecting view padding**

`MaterialInitialsDrawable` and `MaterialInitials` are now respecting view padding
`MaterialInitialsDrawable` and `MaterialInitials` are now respecting view padding

## Version 0.7.1

_2016-12-05_

* **Fixed setting alpha channel of text paint**

Improper method was called on `MaterialInitialsDrawable`
Improper method was called on `MaterialInitialsDrawable`

## Version 0.7.0

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 7643c5a

Please sign in to comment.