Skip to content

Commit

Permalink
Downgrade gradle build tool to make the project build on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kejunxia committed Jul 13, 2016
1 parent dddae2b commit e352c06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -29,7 +29,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.2.0-alpha5'
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'

Expand Down
4 changes: 2 additions & 2 deletions library/android-mvc/build.gradle
Expand Up @@ -28,8 +28,8 @@ dependencies {

android {
compileOptions {
sourceCompatibility 1.7
targetCompatibility 1.7
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}

compileSdkVersion rootProject.ext.androidCompileSdkVersion
Expand Down

0 comments on commit e352c06

Please sign in to comment.