File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ Installing the HelpStack library is fairly straight-forward.
37
37
jcenter()
38
38
}
39
39
40
- 2 . Add * com.tenmiles:helpstack:1.1.1 * as a dependency in the same build.gradle
40
+ 2 . Add * com.tenmiles:helpstack:1.1.2 * as a dependency in the same build.gradle
41
41
42
42
dependencies {
43
- compile 'com.tenmiles:helpstack:1.1.1 '
43
+ compile 'com.tenmiles:helpstack:1.1.2 '
44
44
}
45
45
46
46
@@ -137,6 +137,7 @@ List of parameters for configuring the look and feel of HelpStack: [Parameters f
137
137
138
138
If you want the complete look-and-feel of a theme, you might also want to update the color of your app's Action bar.
139
139
140
+ For more information, refer to the documents in the [ Wiki section] ( https://github.com/happyfoxinc/helpstack-android/wiki ) .
140
141
141
142
## External Dependencies
142
143
You can’t perform that action at this time.
0 commit comments