Skip to content

Commit 4032086

Browse files
committed
V3.2.0
1 parent 2e86e86 commit 4032086

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

DaoCore/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'signing'
44

55
group = 'org.greenrobot'
66
archivesBaseName = 'greendao'
7-
version = '3.2.0-SNAPSHOT'
7+
version = '3.2.0'
88
sourceCompatibility = 1.7
99
targetCompatibility = 1.7
1010

DaoGenerator/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'signing'
44

55
group = 'org.greenrobot'
66
archivesBaseName = 'greendao-generator'
7-
version = '3.2.0-SNAPSHOT'
7+
version = '3.2.0'
88
sourceCompatibility = 1.7
99

1010
repositories {

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ buildscript {
3030
mavenCentral()
3131
}
3232
dependencies {
33-
classpath 'org.greenrobot:greendao-gradle-plugin:3.1.1'
33+
classpath 'org.greenrobot:greendao-gradle-plugin:3.2.0'
3434
}
3535
}
3636
3737
apply plugin: 'org.greenrobot.greendao'
3838
3939
dependencies {
40-
compile 'org.greenrobot:greendao:3.1.1'
40+
compile 'org.greenrobot:greendao:3.2.0'
4141
}
4242
```
4343

greendao-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'java'
22

33
group = 'org.greenrobot'
4-
version = '3.2.0-SNAPSHOT'
4+
version = '3.2.0'
55

66
sourceCompatibility = 1.7
77
targetCompatibility = 1.7

0 commit comments

Comments
 (0)