@nativescript/android 8.2.2 → 8.3.0-alpha.0
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/jsparser/js_parser.js +1 -1
- package/framework/build-tools/static-binding-generator.jar +0 -0
- package/package.json +2 -2
|
@@ -186,6 +186,7 @@ def setAppIdentifier = { ->
|
|
|
186
186
|
}
|
|
187
187
|
|
|
188
188
|
android {
|
|
189
|
+
applyBeforePluginGradleConfiguration()
|
|
189
190
|
|
|
190
191
|
if (enableKotlin) {
|
|
191
192
|
kotlinOptions {
|
|
@@ -242,7 +243,6 @@ android {
|
|
|
242
243
|
}
|
|
243
244
|
|
|
244
245
|
setAppIdentifier()
|
|
245
|
-
applyBeforePluginGradleConfiguration()
|
|
246
246
|
applyPluginGradleConfigurations()
|
|
247
247
|
applyAppGradleConfiguration()
|
|
248
248
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|