Skip to content

Commit

Permalink
fix build exception
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirtyDegreesRay committed Nov 29, 2017
1 parent 72803b6 commit 6c4d5bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dataautoaccess-annotations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions dataautoaccess-compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6c4d5bc

Please sign in to comment.