From f8e9cd74a06af78b54a48868624f73d65e0614e7 Mon Sep 17 00:00:00 2001 From: Rey Pham Date: Thu, 2 Jun 2016 11:26:49 +0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b46283a0..ba6b935f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Material ===================== -[![Download](https://api.bintray.com/packages/rey5137/maven/material/images/download.svg)](https://bintray.com/artifact/download/rey5137/maven/com/github/rey5137/material/1.2.2/material-1.2.2.aar) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Material-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/1685) +[![Download](https://api.bintray.com/packages/rey5137/maven/material/images/download.svg)](https://bintray.com/artifact/download/rey5137/maven/com/github/rey5137/material/1.2.3/material-1.2.3.aar) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Material-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/1685) MaterialLibrary is an Open Source Android library that back-port Material Design components to pre-Lolipop Android. MaterialLibrary's original author is [Rey Pham](https://github.com/rey5137). @@ -86,18 +86,18 @@ Add Gradle dependency: ```gradle dependencies { - compile 'com.github.rey5137:material:1.2.2' + compile 'com.github.rey5137:material:1.2.3' } ``` * Or -[Download from Jcenter](https://bintray.com/artifact/download/rey5137/maven/com/github/rey5137/material/1.2.2/material-1.2.2.aar) +[Download from Jcenter](https://bintray.com/artifact/download/rey5137/maven/com/github/rey5137/material/1.2.3/material-1.2.3.aar) You can try the SNAPSHOT version: ```gradle dependencies { - compile 'com.github.rey5137:material:1.2.2.1-SNAPSHOT' + compile 'com.github.rey5137:material:1.2.2.8-SNAPSHOT' } ``` Make sure to add the snapshot repository: