Skip to content

Commit

Permalink
update apk and version to 1.91
Browse files Browse the repository at this point in the history
  • Loading branch information
uberspot committed Aug 20, 2014
1 parent 8a04f5d commit 5ce8f8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file modified 2048.apk
Binary file not shown.
14 changes: 7 additions & 7 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.uberspot.a2048"
android:versionCode="16"
android:versionName="1.90" >
android:versionCode="17"
android:versionName="1.91" >

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="19" />
android:targetSdkVersion="20" />

<application
android:allowBackup="true"
Expand All @@ -15,9 +15,9 @@
android:theme="@style/AppTheme" >
<activity
android:name="com.uberspot.a2048.MainActivity"
android:screenOrientation="portrait"
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="@string/app_name" >
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="@string/app_name"
android:screenOrientation="portrait" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand All @@ -26,4 +26,4 @@
</activity>
</application>

</manifest>
</manifest>
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 5ce8f8a

Please sign in to comment.