Skip to content

Commit 75b9c09

Browse files
committed
Bump version for incremental release
1 parent eaf17b9 commit 75b9c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.bumptech.glide"
4-
android:versionCode="3"
5-
android:versionName="2.0.1" >
4+
android:versionCode="4"
5+
android:versionName="2.0.2" >
66
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19" />
77
<application />
88
</manifest>

0 commit comments

Comments
 (0)