Skip to content

Commit 7cfc9f2

Browse files
committed
Merge pull request square#382 from square/dimitris/icons
Use icon for sample app, use target 19.
2 parents 457f7fe + 667a898 commit 7cfc9f2

File tree

6 files changed

+2
-1
lines changed

6 files changed

+2
-1
lines changed

picasso-sample/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
android:versionName="1.0.0"
66
package="com.example.picasso">
77

8-
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="18"/>
8+
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="19"/>
99

1010
<!-- This is required for Picasso to work. -->
1111
<uses-permission android:name="android.permission.INTERNET"/>
@@ -21,6 +21,7 @@
2121

2222
<application
2323
android:label="@string/app_name"
24+
android:icon="@drawable/icon"
2425
android:theme="@style/Theme.PicassoSample">
2526

2627
<activity
6.42 KB
Loading
3.3 KB
Loading
10.1 KB
Loading
21.5 KB
Loading
36.7 KB
Loading

0 commit comments

Comments
 (0)