Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyAndroid committed Feb 12, 2019
2 parents ec6b7cb + ffdae5a commit 5307f98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

**配置**

在gradle.properties中添加:`greenbean_pods_version=0.0.1`

在setting.gradle中添加:

```groovy
Expand All @@ -28,7 +30,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'tech.jackywang:greenbean-pods-plugin:0.0.1'
classpath "tech.jackywang:greenbean-pods-plugin:${greenbean_pods_version}"
}
}
Expand All @@ -41,7 +43,7 @@ apply plugin: 'greenbean-pods-plugin'
buildscript {
// ...
dependencies {
classpath 'tech.jackywang:greenbean-pods-plugin:0.0.1'
classpath "tech.jackywang:greenbean-pods-plugin:${greenbean_pods_version}"
}
}
Expand Down
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 5307f98

Please sign in to comment.