Skip to content

Commit 9754da2

Browse files
committed
Bump version
1 parent ea54ca8 commit 9754da2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

4343
```groovy
4444
dependencies {
45-
compile('com.github.proxer:ProxerLibAndroid:2.6.0') {
45+
compile('com.github.proxer:ProxerLibAndroid:2.7.0') {
4646
transitive = true
4747
}
4848
}
@@ -296,7 +296,7 @@ The last line enables cancelled request delivery. This is disabled by default, m
296296

297297
### More
298298

299-
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibAndroid/2.6.0/javadoc/).
299+
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibAndroid/2.7.0/javadoc/).
300300

301301
## Architecture
302302

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 46
14-
versionName "2.6.0"
13+
versionCode 47
14+
versionName "2.7.0"
1515
consumerProguardFiles 'proguard-rules.pro'
1616
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1717
}

0 commit comments

Comments
 (0)