@nativescript/android 8.8.0-alpha.10 → 8.8.0-alpha.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -878,7 +878,12 @@ task buildMetadata(type: BuildToolTask) {
|
|
|
878
878
|
dependsOn optimizeResourcesTask
|
|
879
879
|
}
|
|
880
880
|
|
|
881
|
+
def bundleResourcesTaskName = "bundle${buildTypeName}Resources"
|
|
882
|
+
def bundleResourcesTask = tasks.findByName(bundleResourcesTaskName)
|
|
881
883
|
|
|
884
|
+
if (bundleResourcesTask) {
|
|
885
|
+
dependsOn bundleResourcesTask
|
|
886
|
+
}
|
|
882
887
|
|
|
883
888
|
}
|
|
884
889
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED