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

Commit fa2c7f7

Browse files
author
Chris Banes
committed
Update Manifests
1 parent bf28d30 commit fa2c7f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

library/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
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="2100"
5-
android:versionName="2.1" >
4+
android:versionCode="2200"
5+
android:versionName="2.2" >
66

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

sample/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
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="2100"
4-
android:versionName="2.1" >
3+
android:versionCode="2200"
4+
android:versionName="2.2" >
55

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

0 commit comments

Comments
 (0)