Skip to content

Commit a0694cd

Browse files
Update README.md for 1.2.0 release
1 parent 69b666f commit a0694cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ Installing the HelpStack library is fairly straight-forward.
4242
jcenter()
4343
}
4444
45-
2. Add *com.tenmiles:helpstack:1.1.2* as a dependency in the same build.gradle
45+
2. Add *com.tenmiles:helpstack:1.2.0* as a dependency in the same build.gradle
4646

4747
dependencies {
48-
compile 'com.tenmiles:helpstack:1.1.3'
48+
compile 'com.tenmiles:helpstack:1.2.0'
4949
}
5050

5151
@@ -143,10 +143,10 @@ For more information, refer to the documents in the [Wiki section](https://githu
143143

144144
HelpStack depends on the following libraries:
145145

146-
com.android.support:appcompat-v7:22.2.1
147-
com.google.code.gson:gson:2.3
148-
org.apache.httpcomponents:httpmime:4.2.6
149-
com.mcxiaoke.volley:library-aar:1.0.5
146+
'com.android.support:appcompat-v7:23.0.0'
147+
'com.google.code.gson:gson:2.3'
148+
'org.apache.httpcomponents:httpmime:4.2.6'
149+
'com.mcxiaoke.volley:library:1.0.5'
150150

151151

152152
## Video

0 commit comments

Comments
 (0)