Version bump

This commit is contained in:
EricKuck
2022-07-25 16:48:26 -05:00
parent 728f1fb4e9
commit 15037c2217
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -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.5'
implementation 'com.bluelinelabs:conductor:3.1.6'
// AndroidX Transition change handlers:
implementation 'com.bluelinelabs:conductor-androidx-transition:3.1.5'
implementation 'com.bluelinelabs:conductor-androidx-transition:3.1.6'
// ViewPager PagerAdapter:
implementation 'com.bluelinelabs:conductor-viewpager:3.1.5'
implementation 'com.bluelinelabs:conductor-viewpager:3.1.6'
// ViewPager2 Adapter:
implementation 'com.bluelinelabs:conductor-viewpager2:3.1.5'
implementation 'com.bluelinelabs:conductor-viewpager2:3.1.6'
// RxJava2 Autodispose support:
implementation 'com.bluelinelabs:conductor-autodispose:3.1.5'
implementation 'com.bluelinelabs:conductor-autodispose:3.1.6'
// Lifecycle-aware Controllers (architecture components):
implementation 'com.bluelinelabs:conductor-archlifecycle:3.1.5'
implementation 'com.bluelinelabs:conductor-archlifecycle:3.1.6'
```
**SNAPSHOT**
Just use `3.1.6-SNAPSHOT` as your version number in any of the dependencies above and add the url to the snapshot repository:
Just use `3.1.7-SNAPSHOT` as your version number in any of the dependencies above and add the url to the snapshot repository:
```gradle
allprojects {
+1 -1
View File
@@ -1,5 +1,5 @@
VERSION_CODE=3
VERSION_NAME=3.1.6-SNAPSHOT
VERSION_NAME=3.1.6
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536m