Hi All,
I use ionic with crosswalk webview. But as for today the maven url for the crosswalk somehow returns 403. I used Android Studio previously and can use offline option. I also know that gradlew --offline will skip the check as well. But with ionic run android I don’t know how to make the build without internet. Because the build.gradle and gradlew.bat are both generated automatically, I can’t alter to give --offline. Is there any property that I can use in gradle.properties? fyi, i already have all the plugins cached last build so I just need to tell the gradle to do it offline.
Thanks.