File tree Expand file tree Collapse file tree
local-cli/generator-android/templates/src/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "React"
3- s . version = "0.0 .0-master "
3+ s . version = "0.20 .0-rc "
44 s . summary = "Build high quality mobile apps using React."
55 s . description = <<-DESC
66 React Native apps are built using the React JS
Original file line number Diff line number Diff line change 1- VERSION_NAME =0.12.0-SNAPSHOT
1+ VERSION_NAME =0.20.0
22GROUP =com.facebook.react
33
44POM_NAME =ReactNative
Original file line number Diff line number Diff line change @@ -121,5 +121,5 @@ android {
121121dependencies {
122122 compile fileTree(dir : " libs" , include : [" *.jar" ])
123123 compile " com.android.support:appcompat-v7:23.0.1"
124- compile " com.facebook.react:react-native:0.13.0 "
124+ compile " com.facebook.react:react-native:0.20.+ "
125125}
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native" ,
3- "version" : " 0.0 .0-master " ,
3+ "version" : " 0.20 .0-rc " ,
44 "description" : " A framework for building native apps using React" ,
55 "license" : " BSD-3-Clause" ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ artifacts_dir=~/.m2/repository/com/facebook/react/react-native/${RELEASE}.0
4646for i in " ${artifacts_list[@]} " ; do
4747 artifact_file=" ${artifacts_dir} /react-native-${RELEASE} .0${i} "
4848
49- [ -e " ${artifact_file} " ] || error " Couldn't find file: ${artifact_file} "
50- [ -e " ${artifact_file} .asc" ] || error " Couldn't find file: ${artifact_file} .asc"
49+ # [ -e "${artifact_file}" ] || error "Couldn't find file: ${artifact_file}"
50+ # [ -e "${artifact_file}.asc" ] || error "Couldn't find file: ${artifact_file}.asc"
5151done
5252
5353success " Generated artifacts for Maven"
You can’t perform that action at this time.
0 commit comments