From baa6622d859678b104775135ccc16a24bde7783b Mon Sep 17 00:00:00 2001 From: Ruben Gees Date: Tue, 7 Feb 2017 19:37:16 +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 a48c073c..93d87bb4 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.5.0') { + compile('com.github.proxer:ProxerLibAndroid:2.6.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.5.0/javadoc/). +You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibAndroid/2.6.0/javadoc/). ## Architecture diff --git a/library/build.gradle b/library/build.gradle index a46533d3..39150dd9 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -10,8 +10,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 25 - versionCode 45 - versionName "2.5.0" + versionCode 46 + versionName "2.6.0" consumerProguardFiles 'proguard-rules.pro' testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }