Skip to content

Commit

Permalink
Merge pull request #2 from qluan/master
Browse files Browse the repository at this point in the history
	update readme
  • Loading branch information
qluan authored Oct 12, 2016
2 parents 958095c + abcd8bf commit a1a5bd6
Show file tree
Hide file tree
Showing 56 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ Demo 中使用 github 的 raw 文件服务提供一个简单的路由表文件 r

### 安装

#### gradle

```groovy
compile 'com.douban.rexxar:core:0.1.1'
```

#### [jitpack](https://jitpack.io/)

```groovy
Expand Down
2 changes: 1 addition & 1 deletion library/.gitignore → core/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/build
library.iml
core.iml
/local.properties
/project.properties
File renamed without changes.
8 changes: 4 additions & 4 deletions library/gradle.properties → core/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PROJ_GROUP=com.douban
PROJ_VERSION=0.1.0
PROJ_NAME=rexxar
PROJ_GROUP=com.douban.rexxar
PROJ_VERSION=0.1.1
PROJ_NAME=rexxar-android
PROJ_WEBSITEURL=https://github.com/douban/rexxar-android
PROJ_ISSUETRACKERURL=https://github.com/douban/rexxar-android/issues
PROJ_VCSURL=https://github.com/douban/rexxar-android.git
PROJ_DESCRIPTION=rexxar-android
PROJ_ARTIFACTID=rexxar
PROJ_ARTIFACTID=core

LICENSE_NAME='The Apache Software License, Version 2.0'
LICENSE_URL='http://www.apache.org/licenses/LICENSE-2.0.txt'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile(project(':library'))
compile(project(':core'))
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':sample', ':library'
include ':sample', ':core'

0 comments on commit a1a5bd6

Please sign in to comment.