From 924e4bebfabb8ebaa2f1c3d19bc0f061bc2f2ef8 Mon Sep 17 00:00:00 2001 From: EricKuck Date: Fri, 18 Feb 2022 14:28:27 -0600 Subject: [PATCH] Version bump --- README.md | 14 +++++++------- gradle.properties | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a6de99e..b642d76 100644 --- a/README.md +++ b/README.md @@ -20,27 +20,27 @@ Conductor is architecture-agnostic and does not try to force any design decision ## Installation ```gradle -implementation 'com.bluelinelabs:conductor:3.1.3' +implementation 'com.bluelinelabs:conductor:3.1.4' // AndroidX Transition change handlers: -implementation 'com.bluelinelabs:conductor-androidx-transition:3.1.3' +implementation 'com.bluelinelabs:conductor-androidx-transition:3.1.4' // ViewPager PagerAdapter: -implementation 'com.bluelinelabs:conductor-viewpager:3.1.3' +implementation 'com.bluelinelabs:conductor-viewpager:3.1.4' // ViewPager2 Adapter: -implementation 'com.bluelinelabs:conductor-viewpager2:3.1.3' +implementation 'com.bluelinelabs:conductor-viewpager2:3.1.4' // RxJava2 Autodispose support: -implementation 'com.bluelinelabs:conductor-autodispose:3.1.3' +implementation 'com.bluelinelabs:conductor-autodispose:3.1.4' // Lifecycle-aware Controllers (architecture components): -implementation 'com.bluelinelabs:conductor-archlifecycle:3.1.3' +implementation 'com.bluelinelabs:conductor-archlifecycle:3.1.4' ``` **SNAPSHOT** -Just use `3.1.4-SNAPSHOT` as your version number in any of the dependencies above and add the url to the snapshot repository: +Just use `3.1.5-SNAPSHOT` as your version number in any of the dependencies above and add the url to the snapshot repository: ```gradle allprojects { diff --git a/gradle.properties b/gradle.properties index 49bf8aa..6a5745a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ VERSION_CODE=3 -VERSION_NAME=3.1.4-SNAPSHOT +VERSION_NAME=3.1.5-SNAPSHOT android.useAndroidX=true org.gradle.jvmargs=-Xmx1536m