We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf17b9 commit 75b9c09Copy full SHA for 75b9c09
library/AndroidManifest.xml
@@ -1,8 +1,8 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
package="com.bumptech.glide"
4
- android:versionCode="3"
5
- android:versionName="2.0.1" >
+ android:versionCode="4"
+ android:versionName="2.0.2" >
6
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19" />
7
<application />
8
</manifest>
0 commit comments