Skip to content

Commit

Permalink
Bump targetSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Judd committed Aug 8, 2013
1 parent 98f8035 commit 64186e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
package="com.bumptech.glide"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16" />
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="18" />
<application />
</manifest>

0 comments on commit 64186e3

Please sign in to comment.