2013-08-10 Miguel de Dios <miguel.dedios@artica.es>
* mobile/AndroidManifest.xml: update the version number, and added tiny hack to make diferent apk for google market. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9200 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
913a5eefde
commit
791c399780
|
@ -1,3 +1,8 @@
|
|||
2013-08-10 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* mobile/AndroidManifest.xml: update the version number, and added
|
||||
tiny hack to make diferent apk for google market.
|
||||
|
||||
2013-08-09 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* mobile/src/pandroid/agent/Core.java: fixed the copy & paste bug.
|
||||
|
|
|
@ -16,8 +16,14 @@
|
|||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="pandroid.agent"
|
||||
android:versionCode="103"
|
||||
android:versionCode="1002"
|
||||
android:versionName="3.0" >
|
||||
|
||||
<supports-screens
|
||||
android:smallScreens="true"
|
||||
android:normalScreens="true"
|
||||
android:largeScreens="false"
|
||||
android:xlargeScreens="false" />
|
||||
|
||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
||||
|
|
Loading…
Reference in New Issue