Skip to content

Commit c6e9bf1

Browse files
committed
Prepare manifests for next version
1 parent d4085d1 commit c6e9bf1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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="com.nostra13.universalimageloader"
4-
android:versionCode="38"
5-
android:versionName="1.9.3" >
4+
android:versionCode="39"
5+
android:versionName="1.9.4" >
66

77
<uses-sdk
88
android:minSdkVersion="5"

sample/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="com.nostra13.example.universalimageloader"
4-
android:versionCode="38"
5-
android:versionName="1.9.3" >
4+
android:versionCode="39"
5+
android:versionName="1.9.4" >
66

77
<uses-sdk
88
android:minSdkVersion="5"

0 commit comments

Comments
 (0)