Bumped version

This commit is contained in:
Juan Miguel Boyero Corral 2011-04-13 20:10:39 +02:00
parent d50af55b11
commit f69759105c
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
## 0.3.6 (2011-04-13)
* Added notification details
* Added upgrade dialog
## 0.3.5 (2011-04-05)
* Improved GUI

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.5" android:versionCode="11">
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher_swadroid" android:debuggable="true">
android:installLocation="auto" android:versionCode="12" android:versionName="0.3.6">
<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" android:theme="@android:style/Theme.NoTitleBar">