Skip to content

Commit

Permalink
Merge pull request #3 from AlanCheen/release
Browse files Browse the repository at this point in the history
Release v0.2.0
  • Loading branch information
AlanCheen authored Nov 29, 2018
2 parents 3945a24 + 1fc7f92 commit dd66c85
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the latest Flap to your dependencies:

```groovy
dependencies {
implementation 'me.yifeiyuan.flap:flap:0.1.0'
implementation 'me.yifeiyuan.flap:flap:0.2.0'
}
```

Expand Down Expand Up @@ -106,4 +106,18 @@ This project is using https://github.com/StefMa/bintray-release to upload aar to

## License

Apache 2
```
Copyright 2018 程序亦非猿
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.
```
2 changes: 1 addition & 1 deletion flap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {

apply plugin: "guru.stefma.bintrayrelease"

version = "0.1.0"
version = "0.2.0"
group = "me.yifeiyuan.flap"
androidArtifact { // 2
artifactId = "flap"
Expand Down

0 comments on commit dd66c85

Please sign in to comment.