• R/O
  • HTTP
  • SSH
  • HTTPS

mikumikustudio-gdx: Commit

MikuMikuStudio for libgdx


Commit MetaInfo

Revisão6b2dcd6023e500a156401722ef2cae4bc3633429 (tree)
Hora2013-11-11 06:02:30
Autorkobayasi <kobayasi@pscn...>
Commiterkobayasi

Mensagem de Log

Update libgdx 0.9.9-SNAPSHOT to 0.9.9

Mudança Sumário

Diff

--- a/project/build.scala
+++ b/project/build.scala
@@ -32,7 +32,7 @@ object Settings {
3232 unmanagedBase <<= baseDirectory(_/"libs"),
3333 resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
3434 libraryDependencies ++= Seq(
35- "com.badlogicgames.gdx" % "gdx" % "0.9.9-SNAPSHOT"
35+ "com.badlogicgames.gdx" % "gdx" % "0.9.9"
3636 )
3737 )
3838
@@ -40,8 +40,8 @@ object Settings {
4040 unmanagedResourceDirectories in Compile += file("common/assets"),
4141 fork in Compile := true,
4242 libraryDependencies ++= Seq(
43- "com.badlogicgames.gdx" % "gdx-backend-lwjgl" % "0.9.9-SNAPSHOT",
44- "com.badlogicgames.gdx" % "gdx-platform" % "0.9.9-SNAPSHOT" classifier "natives-desktop"
43+ "com.badlogicgames.gdx" % "gdx-backend-lwjgl" % "0.9.9",
44+ "com.badlogicgames.gdx" % "gdx-platform" % "0.9.9" classifier "natives-desktop"
4545 )
4646 )
4747
@@ -55,9 +55,9 @@ object Settings {
5555 scala.io.Source.fromFile(b/"src/main/proguard.cfg").getLines.map(_.takeWhile(_!='#')).filter(_!="").mkString("\n")
5656 )},
5757 libraryDependencies ++= Seq(
58- "com.badlogicgames.gdx" % "gdx-backend-android" % "0.9.9-SNAPSHOT",
59- "com.badlogicgames.gdx" % "gdx-platform" % "0.9.9-SNAPSHOT" % "natives" classifier "natives-armeabi",
60- "com.badlogicgames.gdx" % "gdx-platform" % "0.9.9-SNAPSHOT" % "natives" classifier "natives-armeabi-v7a"
58+ "com.badlogicgames.gdx" % "gdx-backend-android" % "0.9.9",
59+ "com.badlogicgames.gdx" % "gdx-platform" % "0.9.9" % "natives" classifier "natives-armeabi",
60+ "com.badlogicgames.gdx" % "gdx-platform" % "0.9.9" % "natives" classifier "natives-armeabi-v7a"
6161 ),
6262 nativeExtractions <<= (baseDirectory) { base => Seq(
6363 ("natives-armeabi.jar", new ExactFilter("libgdx.so"), base / "lib" / "armeabi"),
@@ -90,8 +90,8 @@ object Settings {
9090 frameworks := Seq("UIKit", "OpenGLES", "QuartzCore", "CoreGraphics", "OpenAL", "AudioToolbox", "AVFoundation"),
9191 nativePath <<= (baseDirectory){ bd => Seq(bd / "lib") },
9292 libraryDependencies ++= Seq(
93- "com.badlogicgames.gdx" % "gdx-backend-robovm" % "0.9.9-SNAPSHOT",
94- "com.badlogicgames.gdx" % "gdx-platform" % "0.9.9-SNAPSHOT" % "natives" classifier "natives-ios"
93+ "com.badlogicgames.gdx" % "gdx-backend-robovm" % "0.9.9",
94+ "com.badlogicgames.gdx" % "gdx-platform" % "0.9.9" % "natives" classifier "natives-ios"
9595 ),
9696 nativeExtractions <<= (baseDirectory) { base => Seq(
9797 ("natives-ios.jar", new ExactFilter("libgdx.a") | new ExactFilter("libObjectAL.a"), base / "lib")
Show on old repository browser