Skip to content

Commit

Permalink
-aggiunto supporto schermi di varia risoluzione(per il play store) fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ciopper90 committed May 7, 2014
1 parent 42ff014 commit 98e5cca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="it.gaiacri.mobile"
android:versionCode="1"
android:versionCode="2"
android:versionName="@string/app_version" >

<uses-sdk
Expand All @@ -12,6 +12,13 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.CALL_PHONE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<supports-screens
android:anyDensity="true"
android:largeScreens="true"
android:normalScreens="true"
android:resizeable="true"
android:smallScreens="true" >
</supports-screens>


<application
Expand Down
2 changes: 1 addition & 1 deletion res/values/string.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<resources>

<string name="app_name">Gaia Mobile</string>
<string name="app_version">1.0.0</string>
<string name="app_version">1.0.1</string>
<string name="menu_settings">Settings</string>
<string name="caricamento">Caricamento in corso</string>
<string name="menu_comunicazioni">Ultime 20 Comunicazioni:</string>
Expand Down

0 comments on commit 98e5cca

Please sign in to comment.