Skip to content

Commit 929bd83

Browse files
committed
Bump version
1 parent 425a508 commit 929bd83

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ And this to your module build.gradle:
3737

3838
```groovy
3939
dependencies {
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

322322
You 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

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)