• Stars
    star
    140
  • Rank 253,704 (Top 6 %)
  • Language
    Groovy
  • Created over 9 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Attach sources for .aar dependencies in AndroidStudio.

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'