File tree Expand file tree Collapse file tree
dataautoaccess-annotations Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ dependencies {
88 compile fileTree(dir : ' libs' , include : [' *.jar' ])
99}
1010
11- targetCompatibility = ' 1.7 '
12- sourceCompatibility = ' 1.7 '
11+ targetCompatibility = ' 1.6 '
12+ sourceCompatibility = ' 1.6 '
1313
1414def siteUrl = ' https://github.com/ThirtyDegreesRay/DataAutoAccess' // 项目的主页
1515def gitUrl = ' https://github.com/ThirtyDegreesRay/DataAutoAccess.git' // Git仓库的url
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ dependencies {
1010 compile project(' :dataautoaccess-annotations' )
1111}
1212
13- targetCompatibility = ' 1.7 '
14- sourceCompatibility = ' 1.7 '
13+ targetCompatibility = ' 1.6 '
14+ sourceCompatibility = ' 1.6 '
1515
1616def siteUrl = ' https://github.com/ThirtyDegreesRay/DataAutoAccess' // 项目的主页
1717def gitUrl = ' https://github.com/ThirtyDegreesRay/DataAutoAccess.git' // Git仓库的url
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ org.gradle.jvmargs=-Xmx1536m
1717# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818# org.gradle.parallel=true
1919
20- VERSION_NAME = 1.2.7
21- VERSION_CODE = 17
20+ VERSION_NAME = 1.2.8
21+ VERSION_CODE = 18
2222
You can’t perform that action at this time.
0 commit comments