Skip to content

Commit 7468629

Browse files
committed
Release 1.1.4
1 parent b0a2899 commit 7468629

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A library to display FontAwesome Icons in any View or a MenuItem
2424
Add the following code snippet to module/build.gradle
2525
```gradle
2626
dependencies {
27-
compile 'com.lmntrx.livin.library.droidawesome:droid-awesome:1.1.3'
27+
compile 'com.lmntrx.livin.library.droidawesome:droid-awesome:1.1.4'
2828
}
2929
```
3030

@@ -34,7 +34,7 @@ dependencies {
3434
<dependency>
3535
<groupId>com.lmntrx.livin.library.droidawesome</groupId>
3636
<artifactId>droid-awesome</artifactId>
37-
<version>1.1.3</version>
37+
<version>1.1.4</version>
3838
<type>pom</type>
3939
</dependency>
4040
```
@@ -111,6 +111,9 @@ public boolean onCreateOptionsMenu(Menu menu) {
111111

112112
## ChangeLog ##
113113

114+
### 1.1.4 ###
115+
* Added setIcon() method to ImageView, ImageButton, FAB
116+
114117
### 1.1.3 ###
115118
* Minor Bug Fixes
116119
* Updated build version and support library

droid-awesome/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 15
1010
targetSdkVersion 25
1111
versionCode 1
12-
versionName "1.1.3"
12+
versionName "1.1.4"
1313

1414
}
1515

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

0 commit comments

Comments
 (0)