mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
11 lines
360 B
Markdown
11 lines
360 B
Markdown
# Android-Widgets
|
|
Contains the source code of the `org.nativescript.widgets` library used by the NativeScript cross-platform modules implementation for Android.
|
|
|
|
## How to Build
|
|
```
|
|
gradle packFramework
|
|
```
|
|
|
|
This generates widgets-debug.aar and widgets-release.aar files located in the widgets/build/outputs/aar folder.
|
|
And generates tgz files in dist folder.
|