From 4684304ce91e24aa262036bd670718559c5d6ec4 Mon Sep 17 00:00:00 2001 From: Ruben Gees Date: Fri, 24 Feb 2017 20:49:23 +0100 Subject: [PATCH] Bump version --- README.md | 8 ++++---- library/build.gradle | 4 ++-- sample/build.gradle | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 68fedd0..637256d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Show a beautiful Intro to your users with ease. ![](art/screenshot_gallery.png) -You can download the latest sample app [here](https://github.com/rubengees/introduction/releases/download/1.3.7/sample-release.apk). +You can download the latest sample app [here](https://github.com/rubengees/introduction/releases/download/1.3.8/sample-release.apk). ### Table of contents @@ -38,7 +38,7 @@ And this to your module `build.gradle` (usually in the `app` directory): ```groovy dependencies { - compile ('com.github.rubengees:introduction:1.3.7@aar'){ + compile ('com.github.rubengees:introduction:1.3.8@aar'){ transitive = true; } } @@ -222,7 +222,7 @@ If you set a CustomViewBuilder to your Slide, all other values aside from the co ##### Further reading A much more detailed explanation with all available APIs can be found in the [Wiki](https://github.com/RubenGees/Introduction/wiki). -Detailed Javadoc can be found [here](https://jitpack.io/com/github/rubengees/introduction/1.3.7/javadoc/). +Detailed Javadoc can be found [here](https://jitpack.io/com/github/rubengees/introduction/1.3.8/javadoc/). ### Upgrade Guide @@ -238,7 +238,7 @@ Detailed Javadoc can be found [here](https://jitpack.io/com/github/rubengees/int ### Metrics - + [![Codacy Badge](https://api.codacy.com/project/badge/Grade/2c56559b0732423eb976dc4aa56ab95a)](https://www.codacy.com/app/geesruben/introduction?utm_source=github.com&utm_medium=referral&utm_content=rubengees/introduction&utm_campaign=Badge_Grade) ### Contributions and contributors diff --git a/library/build.gradle b/library/build.gradle index 8f3fc2b..8319c1b 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -10,8 +10,8 @@ android { defaultConfig { minSdkVersion 9 targetSdkVersion 25 - versionCode 23 - versionName "1.3.7" + versionCode 24 + versionName "1.3.8" vectorDrawables.useSupportLibrary = true consumerProguardFiles 'proguard-rules.pro' } diff --git a/sample/build.gradle b/sample/build.gradle index 128467b..2281a4b 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.rubengees.introductionsample" minSdkVersion 9 targetSdkVersion 25 - versionCode 23 - versionName "1.3.7" + versionCode 24 + versionName "1.3.8" vectorDrawables.useSupportLibrary = true }