Skip to content

Latest commit

 

History

History

README.md

Icons Repository

Version: 1.0.1

License: (e.g., MIT, Apache 2.0)

Credits

This plugin was originally created by OMAR HAIDAR and is included here with attribution. Original upstream: https://github.com/omar-haidar/IconsRepository-Plugin.

Project overview

A plugin to help add drawable icons to your Android project on the Code on the Go IDE.

Requirements and dependencies

  • Supported Code on the Go versions: 26.17 – 26.22

Installation

Install using the Plugin Manager in Code on the Go.

Building from source

Requires:

  • JDK 17
  • Android SDK with build-tools 37.0.0 and platform 35 (the Gradle build will fetch these automatically if missing)
  • local.properties at the repo root with sdk.dir=<path-to-android-sdk>

Build command:

./gradlew assemblePlugin

The signed .cgp artifact is written to build/plugin/icons-repository.cgp. Use ./gradlew assemblePluginDebug for the debug variant.

Usage

  • Tap the icon on SideBar.

  • Select and customize the icon you want to add to your project.

Documentation

See icons-repository.html for the full plugin documentation.

Support & Feedback