Skip to content

Commit ff7a5e1

Browse files
committed
new version is 0.5.0
1 parent c44630b commit ff7a5e1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To use the plugin in a project, you just need to create project/plugins/Plugins.
66

77
import sbt._
88
class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
9-
val android = "org.scala-tools.sbt" % "sbt-android-plugin" % "0.4.2"
9+
val android = "org.scala-tools.sbt" % "sbt-android-plugin" % "0.5.0
1010
}
1111

1212
and make the project definition in project/build/Project (for example):

notes/0.5.0.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* `TypedResources` trait processes layout definitions to generate typed resource references in a Scala source file
1+
* `TypedResources` trait processes layout definitions to generate typed resource references in a Scala source file

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
project.name=sbt-android-plugin
44
project.organization=org.scala-tools.sbt
55
sbt.version=0.7.4
6-
project.version=0.5.0-SNAPSHOT
6+
project.version=0.5.0
77
def.scala.version=2.7.7
88
build.scala.versions=2.7.7

script/create_project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ val pluginDef = """
7878
|import sbt._
7979
|
8080
|class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
81-
| val android = "org.scala-tools.sbt" % "sbt-android-plugin" % "0.4.2"
81+
| val android = "org.scala-tools.sbt" % "sbt-android-plugin" % "0.5.0"
8282
|}""".stripMargin.trim
8383

8484
val projectDef = """

0 commit comments

Comments
 (0)