Skip to content

Commit

Permalink
Update README.md for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh24seven committed Sep 7, 2015
1 parent 69b666f commit a0694cd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ Installing the HelpStack library is fairly straight-forward.
jcenter()
}
2. Add *com.tenmiles:helpstack:1.1.2* as a dependency in the same build.gradle
2. Add *com.tenmiles:helpstack:1.2.0* as a dependency in the same build.gradle

dependencies {
compile 'com.tenmiles:helpstack:1.1.3'
compile 'com.tenmiles:helpstack:1.2.0'
}

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

HelpStack depends on the following libraries:

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


## Video
Expand Down

0 comments on commit a0694cd

Please sign in to comment.