Skip to content

Commit

Permalink
add readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssseasonnn committed Apr 10, 2018
1 parent ffbf206 commit cff6dcb
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 3 deletions.
29 changes: 29 additions & 0 deletions README.ch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# RxRouter

一个轻量级、简单、智能并且强大的安卓路由库

*Read this in other languages: [中文](README.ch.md)[English](README.md)* 







### License

> ```
> Copyright 2018 Season.Zlc
>
> Licensed under the Apache License, Version 2.0 (the "License");
> you may not use this file except in compliance with the License.
> You may obtain a copy of the License at
>
> http://www.apache.org/licenses/LICENSE-2.0
>
> Unless required by applicable law or agreed to in writing, software
> distributed under the License is distributed on an "AS IS" BASIS,
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> See the License for the specific language governing permissions and
> limitations under the License.
> ```
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,31 @@
# RxRouter

A lightweight, simple, smart and powerful Android routing library.

*Read this in other languages: [中文](README.ch.md)[English](README.md)* 









### License

> ```
> Copyright 2018 Season.Zlc
>
> Licensed under the Apache License, Version 2.0 (the "License");
> you may not use this file except in compliance with the License.
> You may obtain a copy of the License at
>
> http://www.apache.org/licenses/LICENSE-2.0
>
> Unless required by applicable law or agreed to in writing, software
> distributed under the License is distributed on an "AS IS" BASIS,
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> See the License for the specific language governing permissions and
> limitations under the License.
> ```
1 change: 1 addition & 0 deletions rxrouter-compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ dependencies {
sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7

apply from: 'rxrouter-compiler-bintray.gradle'
2 changes: 1 addition & 1 deletion rxrouter-compiler/rxrouter-compiler-bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

// This is the library version used when deploying the artifact
version = "1.0.0"
version = "0.0.1"

def siteUrl = 'https://github.com/ssseasonnn/RxRouter' // 项目的主页
def gitUrl = 'https://github.com/ssseasonnn/RxRouter.git' // Git仓库的url
Expand Down
4 changes: 3 additions & 1 deletion rxrouter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ dependencies {
dokka {
outputFormat = 'html'
outputDirectory = "$buildDir/javadoc"
}
}

apply from: 'rxrouter-bintray.gradle'
2 changes: 1 addition & 1 deletion rxrouter/rxrouter-bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

// This is the library version used when deploying the artifact
version = "1.0.0"
version = "0.0.1"

def siteUrl = 'https://github.com/ssseasonnn/RxRouter' // 项目的主页
def gitUrl = 'https://github.com/ssseasonnn/RxRouter.git' // Git仓库的url
Expand Down

0 comments on commit cff6dcb

Please sign in to comment.