Skip to content

Commit

Permalink
Release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Livin21 committed Dec 26, 2016
1 parent b0a2899 commit 7468629
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A library to display FontAwesome Icons in any View or a MenuItem
Add the following code snippet to module/build.gradle
```gradle
dependencies {
compile 'com.lmntrx.livin.library.droidawesome:droid-awesome:1.1.3'
compile 'com.lmntrx.livin.library.droidawesome:droid-awesome:1.1.4'
}
```

Expand All @@ -34,7 +34,7 @@ dependencies {
<dependency>
<groupId>com.lmntrx.livin.library.droidawesome</groupId>
<artifactId>droid-awesome</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
<type>pom</type>
</dependency>
```
Expand Down Expand Up @@ -111,6 +111,9 @@ public boolean onCreateOptionsMenu(Menu menu) {

## ChangeLog ##

### 1.1.4 ###
* Added setIcon() method to ImageView, ImageButton, FAB

### 1.1.3 ###
* Minor Bug Fixes
* Updated build version and support library
Expand Down
4 changes: 2 additions & 2 deletions droid-awesome/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 15
targetSdkVersion 25
versionCode 1
versionName "1.1.3"
versionName "1.1.4"

}

Expand All @@ -31,7 +31,7 @@ publish {
groupId = 'com.lmntrx.livin.library.droidawesome'
repoName = 'DroidAwesome'
artifactId = 'droid-awesome'
publishVersion = '1.1.3'
publishVersion = '1.1.4'
desc = 'A library to display FontAwesome Icons in any View or a MenuItem'
website = 'https://github.com/Livin21/DroidAwesome'
}
Expand Down

0 comments on commit 7468629

Please sign in to comment.