Commit fe383616 by peii

【打包】安卓打包时导入rn不能使用+号版本

parent e7557312
Showing with 6 additions and 2 deletions
...@@ -47,7 +47,12 @@ allprojects { ...@@ -47,7 +47,12 @@ allprojects {
} }
maven { url 'https://www.jitpack.io' } maven { url 'https://www.jitpack.io' }
} }
configurations.all {
resolutionStrategy {
force "com.facebook.react:react-native:0.59.9"
}
}
} }
task clean(type: Delete) { task clean(type: Delete) {
delete rootProject.buildDir delete rootProject.buildDir
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment