Cambiata versionName e versionCode per aggiornamento automatico. Estesop maxSdk all'ultima versione
This commit is contained in:
parent
d877db3b98
commit
b09c81568b
1 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
|||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.arkiwi.app"
|
||||
android:versionCode="3"
|
||||
android:versionName="CRUSCA" >
|
||||
android:versionCode="4"
|
||||
android:versionName="MAIS" >
|
||||
<uses-sdk
|
||||
android:minSdkVersion="8"
|
||||
android:targetSdkVersion="10"
|
||||
android:maxSdkVersion="18"
|
||||
android:maxSdkVersion="25"
|
||||
/>
|
||||
<!-- check per la rete -->
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
|
|
Loading…
Reference in a new issue