Skip to content

Commit

Permalink
Update target SDK to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
lecho committed Oct 25, 2014
1 parent b6c0b04 commit 3eaf21d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions hellocharts-library/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="lecho.lib.hellocharts"
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="2"
android:versionName="1.1">
android:versionName="1.1" >

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="19"/>
android:targetSdkVersion="21" />

</manifest>
</manifest>
2 changes: 1 addition & 1 deletion hellocharts-samples/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="19" />
android:targetSdkVersion="21" />

<application
android:allowBackup="true"
Expand Down

0 comments on commit 3eaf21d

Please sign in to comment.