[Android] Add comment on disabling JS packaging for dev builds

pull/1760/head jitsi-meet_2222
Saúl Ibarra Corretgé 7 years ago
parent ab7d1553db
commit 6fc1a3f45d
  1. 3
      android/sdk/build.gradle

@ -104,6 +104,9 @@ gradle.projectsEvaluated {
'--entry-file', 'index.android.js',
'--platform', 'android',
'--reset-cache')
// Disable bundling on dev builds
//enabled !devEnabled
}
// Hook bundle${productFlavor}${buildType}JsAndAssets into the android build process

Loading…
Cancel
Save