@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
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nativescript/android",
3
3
  "description": "NativeScript for Android using v8",
4
- "version": "8.8.0-alpha.10",
4
+ "version": "8.8.0-alpha.11",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/NativeScript/android.git"