Skip to content

Commit

Permalink
Update read me and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ittianyu committed Dec 28, 2018
1 parent 97ca622 commit 961f7e4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ allprojects {
def support_version = '28.0.0'
def lifecycle_version = '1.1.1'
implementation 'com.github.ittianyu:relight:master-SNAPSHOT'
implementation 'com.github.ittianyu:relight:0.1.0'
implementation "com.android.support:appcompat-v7:$support_version"
implementation "com.android.support:design:$support_version"
Expand Down Expand Up @@ -441,3 +441,11 @@ addChildren -> updateChildrenProps -> updateProps
- [ ] 英文版
- [x] To Do List

## 致谢 ##

感谢 [贵州穿青人](https://github.com/liyujiang-gzu) 一直以来的支持和帮忙


## 版权 ##

[Apache License 2.0](https://github.com/ittianyu/relight/blob/master/LICENSE)
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 17
targetSdkVersion 28
versionCode 4
versionName "0.0.4"
versionCode 10
versionName "0.1.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 961f7e4

Please sign in to comment.