Skip to content

Commit 1649a68

Browse files
author
chenenyu
committed
release v0.2.0
1 parent 5531bb5 commit 1649a68

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ apply plugin: 'com.neenbedankt.android-apt'
3030
```Groovy
3131
dependencies {
3232
apt 'com.chenenyu.router:compiler:0.1.0'
33-
compile 'com.chenenyu.router:router:0.1.0'
33+
compile 'com.chenenyu.router:router:0.2.0'
3434
}
3535
```
3636

37-
(Note: current `router` version: ![Download](https://api.bintray.com/packages/chenenyu/maven/router/images/download.svg), current `compiler` version: ![compiler](https://api.bintray.com/packages/chenenyu/maven/router-compiler/images/download.svg))
37+
(Note: current `compiler` version: ![compiler](https://api.bintray.com/packages/chenenyu/maven/router-compiler/images/download.svg), current `router` version: ![Download](https://api.bintray.com/packages/chenenyu/maven/router/images/download.svg))
3838

3939
## Simple useage
4040

router/publish.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.jfrog.bintray'
22
apply plugin: 'com.github.dcendents.android-maven'
33

44
group = "com.chenenyu.router"
5-
version = "0.1.0"
5+
version = "0.2.0"
66

77
def siteUrl = 'https://github.com/chenenyu/Router'
88
def issuesUrl = 'https://github.com/chenenyu/Router/issues'
@@ -25,7 +25,7 @@ install {
2525
developers {
2626
developer {
2727
id 'chenenyu'
28-
name 'Enyu Chen'
28+
name 'chenenyu'
2929
email 'echocey@gmail.com'
3030
}
3131
}
@@ -54,7 +54,6 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
5454
}
5555

5656
artifacts {
57-
// archives jar
5857
archives javadocJar
5958
archives sourcesJar
6059
}

0 commit comments

Comments
 (0)