Skip to content

Commit d0b8888

Browse files
committed
Update Version; Remove wiki link in Readme
1 parent 33b27f7 commit d0b8888

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616

1717
```groovy
1818
dependencies {
19-
compile('com.github.proxer:ProxerLibAndroid:1.2.1@aar') {
19+
compile('com.github.proxer:ProxerLibAndroid:1.2.4@aar') {
2020
transitive = true
2121
}
2222
}
@@ -56,7 +56,3 @@ CookieManager cookieManager = new CookieManager(new PersistentCookieStore(this),
5656
CookiePolicy.ACCEPT_ALL);
5757
CookieHandler.setDefault(cookieManager);
5858
```
59-
60-
### More
61-
62-
A detailed documentation can be found in the [Wiki](https://github.com/proxer/ProxerLibAndroid/wiki).

0 commit comments

Comments
 (0)