Bumped version

This commit is contained in:
Juan Miguel Boyero Corral 2012-01-12 00:01:00 +01:00
parent 5e12cb1418
commit 871ac1283d
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="es.ugr.swad.swadroid"
android:installLocation="auto" android:versionName="0.7.1" android:versionCode="30">
android:installLocation="auto" android:versionName="0.7.1" android:versionCode="31">
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher_swadroid" android:debuggable="true">
<activity android:name=".SWADMain"
android:label="@string/app_name"

View File

@ -27,7 +27,7 @@ public class Global {
/**
* SWAD application key
*/
private static final String AppKey = "";
private static final String AppKey = "HTC-Desire";
/**
* User logged flag
*/