From 6c4d5bcff9a2cd2fd4b164219d209fc81986da81 Mon Sep 17 00:00:00 2001 From: 13372038054 <550906320@qq.com> Date: Wed, 29 Nov 2017 17:39:28 +0800 Subject: [PATCH] fix build exception --- dataautoaccess-annotations/build.gradle | 4 ++-- dataautoaccess-compiler/build.gradle | 4 ++-- gradle.properties | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dataautoaccess-annotations/build.gradle b/dataautoaccess-annotations/build.gradle index bbbb4c0..5321c69 100644 --- a/dataautoaccess-annotations/build.gradle +++ b/dataautoaccess-annotations/build.gradle @@ -8,8 +8,8 @@ dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) } -targetCompatibility = '1.7' -sourceCompatibility = '1.7' +targetCompatibility = '1.6' +sourceCompatibility = '1.6' def siteUrl = 'https://github.com/ThirtyDegreesRay/DataAutoAccess' // 项目的主页 def gitUrl = 'https://github.com/ThirtyDegreesRay/DataAutoAccess.git' // Git仓库的url diff --git a/dataautoaccess-compiler/build.gradle b/dataautoaccess-compiler/build.gradle index 6601667..5ab9f24 100644 --- a/dataautoaccess-compiler/build.gradle +++ b/dataautoaccess-compiler/build.gradle @@ -10,8 +10,8 @@ dependencies { compile project(':dataautoaccess-annotations') } -targetCompatibility = '1.7' -sourceCompatibility = '1.7' +targetCompatibility = '1.6' +sourceCompatibility = '1.6' def siteUrl = 'https://github.com/ThirtyDegreesRay/DataAutoAccess' // 项目的主页 def gitUrl = 'https://github.com/ThirtyDegreesRay/DataAutoAccess.git' // Git仓库的url diff --git a/gradle.properties b/gradle.properties index c2b86c2..5ad3fce 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,6 +17,6 @@ org.gradle.jvmargs=-Xmx1536m # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME = 1.2.7 -VERSION_CODE = 17 +VERSION_NAME = 1.2.8 +VERSION_CODE = 18