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:
parent
69fadfa732
commit
6a0212c5d4
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue