Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyAndroid authored Feb 12, 2019
1 parent b51f6fd commit ffdae5a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Greenbeanpods can switch online maven repo to local dependencies with one click,

#### Usage

Add in gradle.properties: `greenbean_pods_version=0.0.1`

Add in setting.gradle:

```groovy
Expand All @@ -21,7 +23,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'tech.jackywang:greenbean-pods-plugin:0.0.1'
classpath "tech.jackywang:greenbean-pods-plugin:${greenbean_pods_version}"
}
}
Expand All @@ -34,7 +36,7 @@ Add in build.gradle:
buildscript {
// ...
dependencies {
classpath 'tech.jackywang:greenbean-pods-plugin:0.0.1'
classpath "tech.jackywang:greenbean-pods-plugin:${greenbean_pods_version}"
}
}
Expand Down

0 comments on commit ffdae5a

Please sign in to comment.