File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ And this to your module build.gradle:
3636
3737``` groovy
3838dependencies {
39- compile('com.github.proxer:ProxerLibAndroid:1.9.3 @aar') {
39+ compile('com.github.proxer:ProxerLibAndroid:1.9.4 @aar') {
4040 transitive = true
4141 }
4242}
@@ -255,7 +255,7 @@ CookieHandler.setDefault(cookieManager);
255255##### More
256256
257257You can find detailed JavaDoc
258- [ here] ( https://jitpack.io/com/github/proxer/ProxerLibAndroid/1.9.3 /javadoc/ ) .
258+ [ here] ( https://jitpack.io/com/github/proxer/ProxerLibAndroid/1.9.4 /javadoc/ ) .
259259
260260### Architecture
261261
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
1010 defaultConfig {
1111 minSdkVersion 14
1212 targetSdkVersion 24
13- versionCode 33
14- versionName " 1.9.3 "
13+ versionCode 34
14+ versionName " 1.9.4 "
1515 }
1616}
1717
You can’t perform that action at this time.
0 commit comments