Skip to content

Commit d94a37f

Browse files
committed
Bumps to version 0.2
1 parent 25214df commit d94a37f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="edu.mit.mobile.android.imagecache"
4-
android:versionCode="1"
5-
android:versionName="1.0">
4+
android:versionCode="2"
5+
android:versionName="0.2">
66
<uses-permission android:name="android.permission.INTERNET" />
77

88
<!-- needed to make the images less ugly -->
99
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="8" />
1010
<supports-screens android:largeScreens="true" android:anyDensity="true" />
1111

1212

13-
</manifest>
13+
</manifest>

0 commit comments

Comments
 (0)