Skip to content

Commit

Permalink
Fix confusing description about applying plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
ksoichiro committed Dec 15, 2015
1 parent 00c7eb3 commit fa34552
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ If your project already uses Gradle and Android Studio, just apply this plugin.
Gradle 2.1+:

```groovy
buildscript {
repositories {
mavenCentral()
// or jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
}
}
plugins {
id 'com.github.ksoichiro.eclipse.aar' version '0.1.4'
}
Expand Down

0 comments on commit fa34552

Please sign in to comment.