Skip to content

Commit

Permalink
Update game with upstream repo
Browse files Browse the repository at this point in the history
  • Loading branch information
uberspot committed Mar 19, 2014
1 parent 87fbd98 commit 31159d4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file modified 2048.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.uberspot.a2048"
android:versionCode="3"
android:versionName="1.2" >
android:versionCode="4"
android:versionName="1.3" >

<uses-sdk
android:minSdkVersion="10"
Expand Down
1 change: 0 additions & 1 deletion src/com/uberspot/a2048/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import android.os.Bundle;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.view.KeyEvent;
import android.view.Menu;
import android.webkit.WebView;
import android.widget.Toast;
Expand Down

0 comments on commit 31159d4

Please sign in to comment.