SDK config: break compatibility with versions <= 14
This commit is contained in:
parent
496d28411a
commit
375218e775
@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012 Adrian Ulrich <adrian@blinkenlights.ch>
|
||||
Copyright (C) 2012 Christopher Eby <kreed@kreed.org>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
@ -25,7 +26,7 @@ THE SOFTWARE.
|
||||
android:versionName="0.9.10"
|
||||
android:versionCode="0910"
|
||||
android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="15" />
|
||||
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="15" />
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||
@ -145,8 +146,5 @@ THE SOFTWARE.
|
||||
<activity
|
||||
android:name="TabOrderActivity"
|
||||
android:theme="@style/BackActionBar" />
|
||||
<meta-data
|
||||
android:name="com.google.android.backup.api_key"
|
||||
android:value="AEdPqrEAAAAIH6Xcxa4hn6sHN1m4jMpi4MFFFMP5sv3XhFuWeA" />
|
||||
</application>
|
||||
</manifest>
|
||||
|
@ -26,8 +26,6 @@ Documentation
|
||||
=============
|
||||
Javadocs can be generated using `ant doc`
|
||||
|
||||
[![Ohloh project page][3]][2]
|
||||
|
||||
[1]: http://crowdin.net/project/vanilla-music/invite
|
||||
[2]: https://www.ohloh.net/p/vanilla-music?ref=sample
|
||||
[3]: https://www.ohloh.net/p/vanilla-music/widgets/project_thin_badge.gif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user