From 9754da2a975c4204fa29077f2dffc15c93f63d68 Mon Sep 17 00:00:00 2001 From: Ruben Gees Date: Fri, 3 Mar 2017 23:30:40 +0100 Subject: [PATCH] Bump version --- README.md | 4 ++-- library/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93d87bb4..af906e39 100644 --- a/README.md +++ b/README.md @@ -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 } } @@ -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 diff --git a/library/build.gradle b/library/build.gradle index 366c37d5..049d693e 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -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" }