@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.
- package/framework/app/build.gradle +1 -1
- package/framework/app/libs/runtime-libs/nativescript-optimized-with-inspector.aar +0 -0
- package/framework/app/libs/runtime-libs/nativescript-optimized.aar +0 -0
- package/framework/app/libs/runtime-libs/nativescript-regular.aar +0 -0
- package/framework/build-tools/android-metadata-generator.jar +0 -0
- package/framework/build-tools/dts-generator.jar +0 -0
- package/framework/build-tools/static-binding-generator.jar +0 -0
- package/package.json +1 -1
|
@@ -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
|
-
|
|
1157
|
+
// buildMetadata.finalizedBy(currentTask)
|
|
1158
1158
|
}
|
|
1159
1159
|
if (currentTask =~ /assemble.*Debug/ || currentTask =~ /assemble.*Release/) {
|
|
1160
1160
|
currentTask.finalizedBy("validateAppIdMatch")
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED