build: fix configs for android release builds

This commit is contained in:
Rainer Killinger
2021-11-22 17:50:36 +01:00
parent 5ffa699f57
commit b509dd2e2d
6 changed files with 3247 additions and 6298 deletions

View File

@@ -20,7 +20,7 @@
"check-configuration": "openstapps-configuration",
"e2e": "LANGUAGE=de-DE ng e2e --no-webdriver-update",
"docker:build": "sudo docker run -p 8100:8100 -p 35729:35729 -p 53703:53703 -v $PWD:/app -it registry.gitlab.com/openstapps/app bash -c \"npm install && npm run build\"",
"docker:build:android": "sudo docker run -p 8100:8100 -p 35729:35729 -p 53703:53703 -v $PWD:/app -it registry.gitlab.com/openstapps/app bash -c \"ionic capacitor build android --no-open && cd android && ./gradlew assembleDebug && cd ..\"",
"docker:build:android": "sudo docker run -p 8100:8100 -p 35729:35729 -p 53703:53703 -v $PWD:/app -it registry.gitlab.com/openstapps/app bash -c \"ionic capacitor build android --no-open && cd android && ./gradlew clean assembleDebug && cd ..\"",
"docker:run:android": "sudo docker run -v $PWD:/app --privileged -v /dev/bus/usb:/dev/bus/usb --net=host -it registry.gitlab.com/openstapps/app bash -c \"ionic capacitor run android --livereload --external\"",
"docker:enter": "sudo docker run -p 8100:8100 -p 35729:35729 -p 53703:53703 -v $PWD:/app -it registry.gitlab.com/openstapps/app bash",
"docker:fresh": "sudo docker pull registry.gitlab.com/openstapps/app",
@@ -76,11 +76,10 @@
"cordova-plugin-geolocation": "4.1.0",
"cordova-plugin-network-information": "2.0.2",
"cordova-plugin-whitelist": "1.3.4",
"cordova.plugins.diagnostic": "6.0.3",
"cordova.plugins.diagnostic": "6.1.0",
"core-js": "2.6.5",
"deepmerge": "3.3.0",
"form-data": "2.5.0",
"swiper": "7.1.0",
"geojson": "0.5.0",
"leaflet": "1.7.1",
"leaflet.markercluster": "1.5.1",
@@ -91,6 +90,7 @@
"ngx-moment": "5.0.0",
"opening_hours": "3.7.0",
"rxjs": "6.6.3",
"swiper": "7.1.0",
"tslib": "2.0.0",
"zone.js": "0.11.4"
},
@@ -156,7 +156,7 @@
"GPS_REQUIRED": "true"
},
"cordova.plugins.diagnostic": {
"ANDROIDX_VERSION": "1.+"
"ANDROIDX_VERSION": "1.0.0"
}
},
"platforms": [