File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ And this to your module build.gradle:
3737
3838``` groovy
3939dependencies {
40- compile('com.github.proxer:ProxerLibAndroid:2.1.0 ') {
40+ compile('com.github.proxer:ProxerLibAndroid:2.1.1 ') {
4141 transitive = true
4242 }
4343}
@@ -320,7 +320,7 @@ meaning that your callbacks will not be called if an request was cancelled.
320320##### More
321321
322322You can find detailed JavaDoc
323- [ here] ( https://jitpack.io/com/github/proxer/ProxerLibAndroid/2.1.0 /javadoc/ ) .
323+ [ here] ( https://jitpack.io/com/github/proxer/ProxerLibAndroid/2.1.1 /javadoc/ ) .
324324
325325### Architecture
326326
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 40
14- versionName " 2.1.0 "
13+ versionCode 41
14+ versionName " 2.1.1 "
1515 consumerProguardFiles ' proguard-rules.pro'
1616 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
1717 }
You can’t perform that action at this time.
0 commit comments