@nativescript/android 9.0.0-alpha.3 → 9.0.0-alpha.4
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/README.md +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/jsparser/js_parser.js +13 -1
- package/framework/build-tools/static-binding-generator.jar +0 -0
- package/framework/gradle.properties +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ Several Wiki pages describe some internal topics about the runtime [here](https:
|
|
|
22
22
|
## Main Projects
|
|
23
23
|
The repo is structured in the following projects (ordered by dependencies):
|
|
24
24
|
|
|
25
|
-
* [**android-metadata-generator**](android-metadata-generator) - generates metadata necessary for the Android Runtime.
|
|
25
|
+
* [**android-metadata-generator**](test-app/build-tools/android-metadata-generator) - generates metadata necessary for the Android Runtime.
|
|
26
26
|
* [**android-binding-generator**](test-app/runtime-binding-generator) - enables Java & Android types to be dynamically created at runtime. Needed by the `extend` routine.
|
|
27
27
|
* [**android-runtime**](test-app/runtime) - contains the core logic behind the NativeScript's Android Runtime. This project contains native C++ code and needs the Android NDK to build properly.
|
|
28
28
|
* [**android-runtime-testapp**](test-app/app) - this is a vanilla Android Application, which contains the tests for the runtime project.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|