File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'signing'
44
55group = ' org.greenrobot'
66archivesBaseName = ' greendao'
7- version = ' 3.2.0-SNAPSHOT '
7+ version = ' 3.2.0'
88sourceCompatibility = 1.7
99targetCompatibility = 1.7
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'signing'
44
55group = ' org.greenrobot'
66archivesBaseName = ' greendao-generator'
7- version = ' 3.2.0-SNAPSHOT '
7+ version = ' 3.2.0'
88sourceCompatibility = 1.7
99
1010repositories {
Original file line number Diff line number Diff 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
3737apply plugin: 'org.greenrobot.greendao'
3838
3939dependencies {
40- compile 'org.greenrobot:greendao:3.1.1 '
40+ compile 'org.greenrobot:greendao:3.2.0 '
4141}
4242```
4343
Original file line number Diff line number Diff line change 11apply plugin : ' java'
22
33group = ' org.greenrobot'
4- version = ' 3.2.0-SNAPSHOT '
4+ version = ' 3.2.0'
55
66sourceCompatibility = 1.7
77targetCompatibility = 1.7
You can’t perform that action at this time.
0 commit comments