File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ A library to display FontAwesome Icons in any View or a MenuItem
24
24
Add the following code snippet to module/build.gradle
25
25
``` gradle
26
26
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 '
28
28
}
29
29
```
30
30
@@ -34,7 +34,7 @@ dependencies {
34
34
<dependency >
35
35
<groupId >com.lmntrx.livin.library.droidawesome</groupId >
36
36
<artifactId >droid-awesome</artifactId >
37
- <version >1.1.3 </version >
37
+ <version >1.1.4 </version >
38
38
<type >pom</type >
39
39
</dependency >
40
40
```
@@ -111,6 +111,9 @@ public boolean onCreateOptionsMenu(Menu menu) {
111
111
112
112
## ChangeLog ##
113
113
114
+ ### 1.1.4 ###
115
+ * Added setIcon() method to ImageView, ImageButton, FAB
116
+
114
117
### 1.1.3 ###
115
118
* Minor Bug Fixes
116
119
* Updated build version and support library
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
9
9
minSdkVersion 15
10
10
targetSdkVersion 25
11
11
versionCode 1
12
- versionName " 1.1.3 "
12
+ versionName " 1.1.4 "
13
13
14
14
}
15
15
@@ -31,7 +31,7 @@ publish {
31
31
groupId = ' com.lmntrx.livin.library.droidawesome'
32
32
repoName = ' DroidAwesome'
33
33
artifactId = ' droid-awesome'
34
- publishVersion = ' 1.1.3 '
34
+ publishVersion = ' 1.1.4 '
35
35
desc = ' A library to display FontAwesome Icons in any View or a MenuItem'
36
36
website = ' https://github.com/Livin21/DroidAwesome'
37
37
}
You can’t perform that action at this time.
0 commit comments