Skip to content

Commit

Permalink
V2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Apr 17, 2016
1 parent 1323c0c commit 4c76352
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DaoCore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'signing'

group = 'org.greenrobot'
archivesBaseName = 'greendao'
version = '2.2.0-SNAPSHOT'
version = '2.2.0'
sourceCompatibility = 1.6

def isSnapshot = version.endsWith('-SNAPSHOT')
Expand Down
2 changes: 1 addition & 1 deletion DaoExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ android {
}

dependencies {
compile('de.greenrobot:greendao:2.0.0')
compile project(':DaoCore')
}
2 changes: 1 addition & 1 deletion DaoGenerator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'signing'

group = 'org.greenrobot'
archivesBaseName = 'greendao-generator'
version = '2.2.0-SNAPSHOT'
version = '2.2.0'
sourceCompatibility = 1.7

def isSnapshot = version.endsWith('-SNAPSHOT')
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ greenDAO is available on Maven Central. Please ensure that you are using the lat

Gradle dependency for your Android app:
```
compile 'de.greenrobot:greendao:2.1.0'
compile 'de.greenrobot:greendao:2.2.0'
```

Gradle dependency for your Java generator project:
```
compile 'de.greenrobot:greendao-generator:2.1.0'
compile 'de.greenrobot:greendao-generator:2.2.0'
```
*Note:* to use encrypted databases using SQLCipher, you need to reference different artifacts (postfix '-encryption'). For all details, please refer to the documentation on []database encryption](http://greenrobot.org/greendao/documentation/database-encryption/).

Homepage, Documentation, Links
------------------------------
Expand Down

0 comments on commit 4c76352

Please sign in to comment.