2013-12-13 Miguel de Dios <miguel.dedios@artica.es>

* AndroidManifest.xml: changed the android version support for to
	show the option button.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9222 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-12-13 09:31:24 +00:00
parent 69fadfa732
commit 6a0212c5d4
2 changed files with 6 additions and 2 deletions

View File

@ -7,8 +7,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="11" />
android:minSdkVersion="8" />
<application
android:allowBackup="true"

View File

@ -1,3 +1,8 @@
2013-12-13 Miguel de Dios <miguel.dedios@artica.es>
* AndroidManifest.xml: changed the android version support for to
show the option button.
2013-12-13 Miguel de Dios <miguel.dedios@artica.es>
* src/pandorafms/pandorafmsandroidconsole/ConnectionCustomToast.java: