Skip to content

Commit

Permalink
greendao-encryption V2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Jun 24, 2016
1 parent 24e3e08 commit 97cbeb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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-encryption'
version = '2.2.1'
version = '2.2.2'
sourceCompatibility = 1.6

def isSnapshot = version.endsWith('-SNAPSHOT')
Expand Down Expand Up @@ -86,7 +86,7 @@ uploadArchives {
}

pom.project {
name 'greenDAO'
name 'greenDAO (Encryption)'
packaging 'jar'
description 'greenDAO is a light and fast ORM for Android'
url 'http://greenrobot.org/greendao'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ greenDAO is available on Maven Central. Please ensure that you are using the lat

Gradle dependency for your Android app:
```
compile 'org.greenrobot:greendao:2.2.1'
compile 'org.greenrobot:greendao-encryption:2.2.2'
```

Gradle dependency for your Java generator project:
Expand Down

0 comments on commit 97cbeb9

Please sign in to comment.