Skip to content

Commit

Permalink
version 2.0.2 fix issue #43 #44
Browse files Browse the repository at this point in the history
  • Loading branch information
yuweiguocn committed Jan 27, 2018
1 parent ef7a58e commit 5ab8cd1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The original code is from [stackoverflow](http://stackoverflow.com/a/30334668/71
```
dependencies {
compile 'org.greenrobot:greendao:3.2.0'
compile 'com.github.yuweiguocn:GreenDaoUpgradeHelper:v2.0.1'
compile 'com.github.yuweiguocn:GreenDaoUpgradeHelper:v2.0.2'
}
```
or (greendao 3.0 below)
Expand Down
2 changes: 1 addition & 1 deletion README_CH.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ GreenDaoUpgradeHelper是一个greenDao的数据库升级帮助类。使用它可
```
dependencies {
compile 'org.greenrobot:greendao:3.2.0'
compile 'com.github.yuweiguocn:GreenDaoUpgradeHelper:v2.0.1'
compile 'com.github.yuweiguocn:GreenDaoUpgradeHelper:v2.0.2'
}
```
如果你使用的greendao是3.0以前的版本,请使用下面的依赖:
Expand Down
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 23
versionCode 201
versionName "2.0.1"
versionCode 202
versionName "2.0.2"
}
buildTypes {
release {
Expand All @@ -32,7 +32,7 @@ publish {
userOrg = 'yuweiguocn'//用户名
groupId = 'io.github.yuweiguocn'//包名
artifactId = 'GreenDaoUpgradeHelper'//类库名
publishVersion = '2.0.1'//版本号
publishVersion = '2.0.2'//版本号
desc = 'To solve database upgrade of greenDao and just need one line code.'//描述
website = 'https://github.com/yuweiguocn/GreenDaoUpgradeHelper'//对应的github网址
}

0 comments on commit 5ab8cd1

Please sign in to comment.