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:2.0.0 ') {
39+ compile('com.github.proxer:ProxerLibAndroid:2.0.1 ') {
4040 transitive = true
4141 }
4242}
@@ -319,7 +319,7 @@ meaning that your callbacks will not be called if an request was cancelled.
319319##### More
320320
321321You can find detailed JavaDoc
322- [ here] ( https://jitpack.io/com/github/proxer/ProxerLibAndroid/2.0.0 /javadoc/ ) .
322+ [ here] ( https://jitpack.io/com/github/proxer/ProxerLibAndroid/2.0.1 /javadoc/ ) .
323323
324324### Architecture
325325
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 37
14- versionName " 2.0.0 "
13+ versionCode 38
14+ versionName " 2.0.1 "
1515 consumerProguardFiles ' proguard-rules.pro'
1616 }
1717}
You can’t perform that action at this time.
0 commit comments