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

Commit 759aba1

Browse files
author
Chris Banes
committed
Update manifest + README for v2.2.2
1 parent 0e1e7d5 commit 759aba1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ it distributed to the central repositories. Simply add the following to your
4242
<dependency>
4343
<groupId>com.github.chrisbanes.bitmapcache</groupId>
4444
<artifactId>library</artifactId>
45-
<version>2.2.1</version>
45+
<version>2.2.2</version>
4646
</dependency>
4747
```
4848

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="2210"
5-
android:versionName="2.2.1" >
4+
android:versionCode="2220"
5+
android:versionName="2.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="2210"
4-
android:versionName="2.2.1" >
3+
android:versionCode="2220"
4+
android:versionName="2.2.2" >
55

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

0 commit comments

Comments
 (0)