You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DaoCore/build.gradle
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ apply plugin: 'signing'
4
4
5
5
group ='de.greenrobot'
6
6
archivesBaseName ='greendao'
7
-
version ='2.1.0-SNAPSHOT'
7
+
version ='2.1.0'
8
8
sourceCompatibility =1.6
9
9
10
10
def isSnapshot = version.endsWith('-SNAPSHOT')
@@ -45,7 +45,7 @@ javadoc {
45
45
failOnError =false
46
46
classpath += configurations.provided
47
47
title =" greenDAO ${version} API"
48
-
options.bottom ='Available under the Apache License, Version 2.0 - <i>Copyright © 2011-2013 <a href="http://greenrobot.de/">greenrobot.de</a>. All Rights Reserved.</i>'
48
+
options.bottom ='Available under the Apache License, Version 2.0 - <i>Copyright © 2011-2015 <a href="http://greenrobot.de/">greenrobot.de</a>. All Rights Reserved.</i>'
0 commit comments