Skip to content
This repository was archived by the owner on Oct 15, 2018. It is now read-only.

Commit 38fd0b2

Browse files
author
Chris Banes
committed
Update Manifest Versions
1 parent 4b94da8 commit 38fd0b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: library/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="uk.co.senab.bitmapcache"
4-
android:versionCode="2220"
5-
android:versionName="2.2.2" >
4+
android:versionCode="2300"
5+
android:versionName="2.3" >
66

77
<uses-sdk android:minSdkVersion="4" />
88

Diff for: sample/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="uk.co.senab.bitmapcache.samples"
3-
android:versionCode="2220"
4-
android:versionName="2.2.2" >
3+
android:versionCode="2300"
4+
android:versionName="2.3" >
55

66
<uses-sdk
77
android:minSdkVersion="4"

0 commit comments

Comments
 (0)