Skip to content

Commit 3eaf21d

Browse files
committed
Update target SDK to 21
1 parent b6c0b04 commit 3eaf21d

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="lecho.lib.hellocharts"
4-
xmlns:android="http://schemas.android.com/apk/res/android"
54
android:versionCode="2"
6-
android:versionName="1.1">
5+
android:versionName="1.1" >
76

87
<uses-sdk
98
android:minSdkVersion="8"
10-
android:targetSdkVersion="19"/>
9+
android:targetSdkVersion="21" />
1110

12-
</manifest>
11+
</manifest>

hellocharts-samples/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<uses-sdk
88
android:minSdkVersion="8"
9-
android:targetSdkVersion="19" />
9+
android:targetSdkVersion="21" />
1010

1111
<application
1212
android:allowBackup="true"

0 commit comments

Comments
 (0)