Skip to content

Commit

Permalink
use version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkel committed Feb 22, 2010
1 parent bb9d780 commit d62e8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/create_project
Expand Up @@ -77,7 +77,7 @@ val pluginDef = """
|import sbt._
|
|class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
| val android = "org.scala-tools.sbt" % "android-plugin" % "0.3"
| val android = "org.scala-tools.sbt" % "android-plugin" % "0.4"
|}""".stripMargin.trim

val projectDef = """
Expand Down

0 comments on commit d62e8a5

Please sign in to comment.