Skip to content

Commit e4d5ca7

Browse files
committed
Bump version
1 parent d68aa5c commit e4d5ca7

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
@@ -41,7 +41,7 @@ And this to your module build.gradle:
4141

4242
```groovy
4343
dependencies {
44-
compile('com.github.proxer:ProxerLibAndroid:2.2.0') {
44+
compile('com.github.proxer:ProxerLibAndroid:2.3.0') {
4545
transitive = true
4646
}
4747
}
@@ -295,7 +295,7 @@ The last line enables cancelled request delivery. This is disabled by default, m
295295

296296
### More
297297

298-
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibAndroid/2.2.0/javadoc/).
298+
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibAndroid/2.3.0/javadoc/).
299299

300300
## Architecture
301301

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 25
13-
versionCode 42
14-
versionName "2.2.0"
13+
versionCode 43
14+
versionName "2.3.0"
1515
consumerProguardFiles 'proguard-rules.pro'
1616
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1717
}

0 commit comments

Comments
 (0)