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 c4c95b0 commit c340b89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions injectresource-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,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 c340b89

Please sign in to comment.