Commit fe383616 by peii

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

parent e7557312
Showing with 5 additions and 0 deletions
...@@ -47,6 +47,11 @@ allprojects { ...@@ -47,6 +47,11 @@ 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
......
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