Skip to content

Commit

Permalink
V3.2.0
Browse files Browse the repository at this point in the history
greenrobot committed Oct 1, 2016
1 parent 2e86e86 commit 4032086
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DaoCore/build.gradle
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ apply plugin: 'signing'

group = 'org.greenrobot'
archivesBaseName = 'greendao'
version = '3.2.0-SNAPSHOT'
version = '3.2.0'
sourceCompatibility = 1.7
targetCompatibility = 1.7

2 changes: 1 addition & 1 deletion DaoGenerator/build.gradle
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ apply plugin: 'signing'

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

repositories {
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -30,14 +30,14 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.greenrobot:greendao-gradle-plugin:3.1.1'
classpath 'org.greenrobot:greendao-gradle-plugin:3.2.0'
}
}
apply plugin: 'org.greenrobot.greendao'
dependencies {
compile 'org.greenrobot:greendao:3.1.1'
compile 'org.greenrobot:greendao:3.2.0'
}
```

2 changes: 1 addition & 1 deletion greendao-api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'

group = 'org.greenrobot'
version = '3.2.0-SNAPSHOT'
version = '3.2.0'

sourceCompatibility = 1.7
targetCompatibility = 1.7

0 comments on commit 4032086

Please sign in to comment.