This repository was archived by the owner on Jun 3, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,12 @@ android {
85
85
if (project. hasProperty(' asfRelease' )){
86
86
// download so file if not exist, when compile in source release
87
87
download{
88
- src ' https://git-wip-us .apache.org/repos/asf?p=incubator-weex.git;a=blob_plain;f=android/sdk/libs/armeabi/libweexcore.so;hb=refs/heads/master'
88
+ src ' https://gitbox .apache.org/repos/asf?p=incubator-weex.git;a=blob_plain;f=android/sdk/libs/armeabi/libweexcore.so;hb=refs/heads/master'
89
89
dest " ${ projectDir} /libs/armeabi/libweexcore.so"
90
90
overwrite false
91
91
}
92
92
download{
93
- src ' https://git-wip-us .apache.org/repos/asf?p=incubator-weex.git;a=blob_plain;f=android/sdk/libs/x86/libweexcore.so;hb=refs/heads/master'
93
+ src ' https://gitbox .apache.org/repos/asf?p=incubator-weex.git;a=blob_plain;f=android/sdk/libs/x86/libweexcore.so;hb=refs/heads/master'
94
94
dest " ${ projectDir} /libs/x86/libweexcore.so"
95
95
overwrite false
96
96
}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ cp dist/weex-polyfill.min.js pre-build/weex-polyfill.js
41
41
cp dist/weex-rax.min.js pre-build/weex-rax-api.js
42
42
cp dist/weex-rax.min.js android_sdk/assets/weex-rax-api.js
43
43
44
- gradle wrapper --gradle-version 3.3
44
+ gradle wrapper --gradle-version 4.4
45
45
echo ' include ":android_sdk"' > settings.gradle
46
46
./gradlew :android_sdk:assemble -PasfRelease
47
47
Original file line number Diff line number Diff line change @@ -37,3 +37,4 @@ $SED_CMD -i '' 's/\.\.\/\.\.\/pre-build/\.\.\/pre-build/g' $dest/android_sdk/bui
37
37
mv $dest /android/build.gradle $dest /build.gradle
38
38
rm -rf $dest /android $dest /ios
39
39
40
+ rm -rf $dest /android_sdk/gradle
You can’t perform that action at this time.
0 commit comments