├── com.nodes.plugin-1.0.0.jar ├── com.nodes.plugin-1.1.0.jar ├── updatePlugins.xml └── README.md /com.nodes.plugin-1.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ml-archive/as-plugins-repo/master/com.nodes.plugin-1.0.0.jar -------------------------------------------------------------------------------- /com.nodes.plugin-1.1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ml-archive/as-plugins-repo/master/com.nodes.plugin-1.1.0.jar -------------------------------------------------------------------------------- /updatePlugins.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | Nodes Arch Template Plugin 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## Nodes AndroidStudio Plugins Repository 2 | 3 | This repository is meant to be a home for all Nodes plugins for AndroidStudio. 4 | 5 | #### ⚙ Installation 6 | 7 | In order to use this first is needed to add a custom plugin repository to your AndroidStudio install: 8 | 9 | 1. Open *AndroidStudio > Preferences > **Plugins*** 10 | 2. Open *Browse Repositories* > ***Manage repositories*** 11 | 3. Add the following url: `https://raw.githubusercontent.com/nodes-android/as-plugins-repo/master/updatePlugins.xml` 12 | 4. Search for the desired plugin in the plugin list and install it 13 | 5. Done 😀 --------------------------------------------------------------------------------