Skip to content

Commit 47b2022

Browse files
committed
Update from Agent in- Memory saver to custom sqlite saver
1 parent eb1fa58 commit 47b2022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ NC=''
3333
script1="node ./utils/config.js $mode $app"
3434
script2="webpack --progress --mode $webpackmode "
3535
script3="node ./utils/loadStyles.js"
36-
script4="cordova build android -- --gradleArg="-PcdvBuildToolsVersion=34.0.0"
36+
script4="cordova build $platform $cordovamode"
3737
eval "
3838
echo \"${RED}$script1${NC}\";
3939
$script1;

0 commit comments

Comments
 (0)