1 parent b6c0b04 commit 3eaf21dCopy full SHA for 3eaf21d
2 files changed
hellocharts-library/AndroidManifest.xml
@@ -1,12 +1,11 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<manifest
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
package="lecho.lib.hellocharts"
4
- xmlns:android="http://schemas.android.com/apk/res/android"
5
android:versionCode="2"
6
- android:versionName="1.1">
+ android:versionName="1.1" >
7
8
<uses-sdk
9
android:minSdkVersion="8"
10
- android:targetSdkVersion="19"/>
+ android:targetSdkVersion="21" />
11
12
-</manifest>
+</manifest>
hellocharts-samples/AndroidManifest.xml
@@ -6,7 +6,7 @@
- android:targetSdkVersion="19" />
<application
android:allowBackup="true"
0 commit comments