Skip to content

Commit

Permalink
Updating android gradle plugin to 2.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-itskovich committed Nov 30, 2015
1 parent a4e5354 commit 5e4cf23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {

compile gradleApi()
compile localGroovy()
compile 'com.android.tools.build:gradle:1.5.0'
compile 'com.android.tools.build:gradle:2.0.0-alpha1'
compile 'com.github.JakeWharton:sdk-manager-plugin:b182b519f6'
compile 'com.github.denis-itskovich:gradle-retrolambda:3.2.3-fix-134.1'
compile 'com.neenbedankt.gradle.plugins:android-apt:1.8'
Expand All @@ -36,7 +36,7 @@ dependencies {
configurations.compile.exclude group: 'com.android.tools.external.lombok'

group = 'com.slimgears.gradle-aio'
version = '0.4-SNAPSHOT'
version = '0.4.6'

aioConfig {
publishingAio {
Expand Down

0 comments on commit 5e4cf23

Please sign in to comment.