Skip to content

Commit

Permalink
update README.md deps to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Aug 8, 2016
1 parent bf780e3 commit 2e952b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.greenrobot:greendao-gradle-plugin:3.0.0'
classpath 'org.greenrobot:greendao-gradle-plugin:3.1.0'
}
}
apply plugin: 'org.greenrobot.greendao'
dependencies {
compile 'org.greenrobot:greendao:3.0.1'
compile 'org.greenrobot:greendao:3.1.0'
}
```

Expand Down

0 comments on commit 2e952b8

Please sign in to comment.