Bumped version

git-svn-id: https://forja.rediris.es/svn/cusl6-swadroid/trunk@120 5bc14d19-1e4b-4ba2-aa50-860af135f48c
This commit is contained in:
Juan Miguel Boyero Corral 2011-11-22 22:10:18 +00:00
parent 36d3cf60f7
commit 226c28694c
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
## 0.3.2 (2011-03-24)
* Added first run dialog
* Improved preferences screen
## 0.3.1 (2011-03-21)
* Added automatic saving of preferences

View File

@ -1,8 +1,8 @@
<?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.3" android:versionCode="6">
<application android:debuggable="true" android:label="@string/app_name" android:icon="@drawable/ic_launcher_swadroid">
android:installLocation="auto" android:versionCode="8" android:versionName="0.3.2">
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher_swadroid" android:debuggable="false">
<activity android:name=".SWADMain"
android:label="@string/app_name"
android:icon="@drawable/ic_launcher_swadroid" android:configChanges="keyboard|keyboardHidden|orientation">