From cef3ee8fd08ffde27320abcc197ddf45412a2cc1 Mon Sep 17 00:00:00 2001 From: Think Wu Date: Fri, 12 Feb 2016 15:39:30 +0800 Subject: [PATCH] :rocket: v0.3.0 --- README.md | 2 +- android/build.gradle | 5 ++--- package.json | 2 +- react-native-material-kit.podspec | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 712db6f0..5ad466cb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A set of UI components, in the purpose of introducing [Material Design][md] to a [npm-badge]: https://img.shields.io/npm/v/react-native-material-kit.svg [npm]: https://www.npmjs.com/package/react-native-material-kit -[rn-badge]: https://img.shields.io/badge/react--native-v0.19.x-05A5D1.svg +[rn-badge]: https://img.shields.io/badge/react--native-v0.20.x-05A5D1.svg [rn]: https://facebook.github.io/react-native [md]: http://www.google.com/design/spec/material-design/introduction.html [license-badge]: https://img.shields.io/dub/l/vibe-d.svg diff --git a/android/build.gradle b/android/build.gradle index daf6f2cf..c1133748 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.3.0' + classpath 'com.android.tools.build:gradle:1.3.1' } } @@ -30,6 +30,5 @@ repositories { } dependencies { - provided 'com.facebook.react:react-native:0.19.+' - //compile 'com.android.support:design:23.0.1' + provided 'com.facebook.react:react-native:0.+' } diff --git a/package.json b/package.json index 3c961adb..8fc75e56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-material-kit", - "version": "0.2.5", + "version": "0.3.0", "description": "Bringing Material Design to React Native", "main": "lib/index.js", "author": "Yingxin Wu ", diff --git a/react-native-material-kit.podspec b/react-native-material-kit.podspec index 586405d4..0e1e723f 100644 --- a/react-native-material-kit.podspec +++ b/react-native-material-kit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "react-native-material-kit" - s.version = "0.2.5" + s.version = "0.3.0" s.summary = "Introducing Material Design to apps built with React Native." s.requires_arc = true s.author = { 'xinthink' => 'yingxinwu.g@gmail.com' }