All Projects → xujiaao → Aarlinksources

xujiaao / Aarlinksources

Attach sources for .aar dependencies in AndroidStudio.

Programming Languages

groovy
2714 projects

This plugin in deprecated. AndroidStudio 1.4 has this support built in.

Android Arsenal

AARLinkSources Plugin

The AARLinkSources Plugin is designed to attach sources for .aar dependencies in AndroidStudio.

Setup

buildscript {
    repositories {
        maven { url 'https://raw.github.com/xujiaao/mvn-repository/master/releases' }
    }

    dependencies {
        classpath 'com.github.xujiaao:aarLinkSources:1.0.0'
    }
}

Usage

apply plugin: 'aar-link-sources'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].