Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Mar 3, 2017
1 parent ea54ca8 commit 9754da2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ And this to your module build.gradle:

```groovy
dependencies {
compile('com.github.proxer:ProxerLibAndroid:2.6.0') {
compile('com.github.proxer:ProxerLibAndroid:2.7.0') {
transitive = true
}
}
Expand Down Expand Up @@ -296,7 +296,7 @@ The last line enables cancelled request delivery. This is disabled by default, m

### More

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

## Architecture

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 46
versionName "2.6.0"
versionCode 47
versionName "2.7.0"
consumerProguardFiles 'proguard-rules.pro'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 9754da2

Please sign in to comment.