Compare commits

...
Author SHA1 Message Date
Martin Konicek 1aa2cc4a82 Depend on 0.13 Android binaries from custom JCenter repo
Only needed until artifacts propagate through Maven Central.
2015-10-13 22:04:09 +01:00
Martin Konicek 553a898b32 [0.13.0-rc] Bump versions 2015-10-13 22:03:32 +01:00
5 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "React"
s.version = "0.8.0"
s.version = "0.13.0-rc"
s.summary = "Build high quality mobile apps using React."
s.description = <<-DESC
React Native apps are built using the React JS
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.12.0-SNAPSHOT
VERSION_NAME=0.13.0
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -25,5 +25,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.facebook.react:react-native:0.11.+'
compile 'com.facebook.react:react-native:0.13.+'
}
@@ -16,5 +16,8 @@ allprojects {
repositories {
mavenLocal()
jcenter()
jcenter {
url "http://dl.bintray.com/mkonicek/maven"
}
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.12.0",
"version": "0.13.0-rc",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {