From f50fb3b04ea973f9948b03111446c70e07b60823 Mon Sep 17 00:00:00 2001 From: Kshitij Chauhan Date: Tue, 4 Jun 2019 21:00:32 +0530 Subject: [PATCH] fix: Fix version number in README and finally fix Jitpack build --- README.md | 4 +++- build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a76c610..7d41534 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Vector +[![Build Status](https://travis-ci.com/haroldadmin/Vector.svg?branch=master)](https://travis-ci.com/haroldadmin/Vector) + Vector is an Android library to help implement the MVI architecture pattern. It is inspired from [MvRx](https://www.github.com/airbnb/mvrx) and [Roxie](https://github.com/ww-tech/roxie), but unlike them it is **built completely using Kotlin Coroutines** instead of RxJava. As such, it internally only uses Coroutine primitives, and has extensive support for Suspending functions. @@ -100,7 +102,7 @@ And then add the following dependency in your module's `build.gradle` file: ```groovy dependencies { - implementation "com.github.haroldadmin:Vector:0.0.1" + implementation "com.github.haroldadmin:Vector:0.0.3" } ``` diff --git a/build.gradle b/build.gradle index cb283f6..b83f68d 100644 --- a/build.gradle +++ b/build.gradle @@ -5,8 +5,8 @@ buildscript { "targetSdk" : 28, "kotlin" : "1.3.31", "agp" : "3.5.0-beta03", - "versionCode": 2, - "versionName": "0.0.2" + "versionCode": 3, + "versionName": "0.0.3" ] ext.versions = [