Commit c769f97 1 parent b78435d commit c769f97 Copy full SHA for c769f97
File tree 1 file changed +1
-10
lines changed
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,7 @@ function app_build()
5
5
{
6
6
debug " build with gradle"
7
7
cd $APP_WORKSPACE
8
- chmod +x gradlew
9
-
10
- debug " 加入Play版功能"
11
- [[ " $APP_NAME " == " legado" ]] && find $APP_WORKSPACE /app/src -regex ' .*/help/AppConfig.kt' -exec \
12
- sed ' /val isGooglePlay/c\val isGooglePlay = true' {} -i \;
13
-
8
+ chmod +x gradlew
14
9
./gradlew assembleAppRelease --build-cache --parallel
15
10
16
11
APP_BUILD_APK=$( find $APP_WORKSPACE /app/build -regex .* /app/release/.* .apk)
@@ -21,8 +16,4 @@ function app_build()
21
16
debug " upload apk dir ${APP_BUILD_APK%/* } "
22
17
fi
23
18
24
- if [[ " $APP_NAME " == " legado" ]]; then
25
- ./gradlew assembleCronetRelease
26
- set_env CRONET_BUILD_APK $( find $APP_WORKSPACE /app/build -regex .* /cronet/release/.* .apk)
27
- fi
28
19
}
You can’t perform that action at this time.
0 commit comments