Skip to content

Commit

Permalink
Prepare for release. Use stable dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanenicolas committed Aug 30, 2014
1 parent 4afd3b4 commit 63cbbde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions injectextra-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ dependencies {
//compile 'com.android.tools.build:gradle:0.12.2'
compile 'com.github.stephanenicolas.javassist:javassist-build-plugin-api:1.0.0'
//needed to create a processor based on afterburner
compile 'com.github.stephanenicolas.afterburner:afterburner-library:1.0.1'
compile 'com.github.stephanenicolas.afterburner:afterburner-library:1.0.2'

//only needed to create a plugin
compile ("com.github.stephanenicolas.morpheus:morpheus-plugin:1.0.7-SNAPSHOT")
compile ("com.github.stephanenicolas.morpheus:morpheus-commons:1.0.7-SNAPSHOT")
compile ("com.github.stephanenicolas.morpheus:morpheus-plugin:1.0.7")
compile ("com.github.stephanenicolas.morpheus:morpheus-commons:1.0.7")
compile gradleApi()
compile localGroovy()

Expand Down

0 comments on commit 63cbbde

Please sign in to comment.