Skip to content

Commit

Permalink
Doing release stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrechtel committed Jan 7, 2012
1 parent ed73929 commit 44f3aa2
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 2 deletions.
Binary file added graphics/FeatureGraphic.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/Icon_32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/Icon_48.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/Icon_512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/Icon_64.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/Icon_72.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/PromoImage.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion project/build.scala
Expand Up @@ -16,7 +16,8 @@ object General {
AndroidProject.androidSettings ++ AndroidProject.androidSettings ++
TypedResources.settings ++ TypedResources.settings ++
AndroidMarketPublish.settings ++ Seq ( AndroidMarketPublish.settings ++ Seq (
keyalias in Android := "change-me", keyalias in Android := "scala_installer",
keystorePath in Android := file("../keys/scala_installer.keystore"),
libraryDependencies += "org.scalatest" %% "scalatest" % "1.6.1" % "test" libraryDependencies += "org.scalatest" %% "scalatest" % "1.6.1" % "test"
) )
} }
Expand Down
2 changes: 1 addition & 1 deletion src/main/AndroidManifest.xml
@@ -1,7 +1,7 @@
<manifest <manifest
android:versionName="0.1" android:versionCode="1" package="com.mobilemagic.scalainstaller" xmlns:android="http://schemas.android.com/apk/res/android"> android:versionName="0.1" android:versionCode="1" package="com.mobilemagic.scalainstaller" xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:minSdkVersion="8"></uses-sdk> <uses-sdk android:minSdkVersion="8"></uses-sdk>
<application android:icon="@drawable/android:star_big_on" android:label="@string/app_name"> <application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:label="@string/app_name" android:name=".MainActivity"> <activity android:label="@string/app_name" android:name=".MainActivity">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN"></action> <action android:name="android.intent.action.MAIN"></action>
Expand Down
Binary file added src/main/res/drawable/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 44f3aa2

Please sign in to comment.