@nativescript/android 9.0.0 → 9.0.1-next.2025-12-08-20039322248

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.
@@ -1154,7 +1154,7 @@ tasks.configureEach({ DefaultTask currentTask ->
1154
1154
 
1155
1155
  // // ensure buildMetadata is done before R8 to allow custom proguard from metadata
1156
1156
  if (currentTask =~ /minify.*WithR8/) {
1157
- buildMetadata.finalizedBy(currentTask)
1157
+ // buildMetadata.finalizedBy(currentTask)
1158
1158
  }
1159
1159
  if (currentTask =~ /assemble.*Debug/ || currentTask =~ /assemble.*Release/) {
1160
1160
  currentTask.finalizedBy("validateAppIdMatch")
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": "9.0.0",
4
+ "version": "9.0.1-next.2025-12-08-20039322248",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/NativeScript/android.git"