Skip to content

Commit

Permalink
Added 2.0.0 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
saulmm committed Feb 6, 2016
1 parent b6984e1 commit de1357e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
buildToolsVersion '23.0.2'
}

//noinspection GroovyAssignabilityCheck
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.android.tools.build:gradle:2.0.0-beta2'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath 'me.tatarka:gradle-retrolambda:3.3.0-beta3'
classpath 'com.android.databinding:dataBinder:1.0-rc4'
Expand Down

0 comments on commit de1357e

Please sign in to comment.