Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Amab committed Mar 15, 2015
1 parent 42b6213 commit b8f94d0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="es.ugr.swad.swadroid"
android:installLocation="auto"
android:versionCode="68"
android:versionName="1.2.3" >
android:versionCode="69"
android:versionName="1.2.4" >

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/raw-es/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
</head>

<body bgcolor="white">
<h4>1.2.4 (2015-03-15)</h4>
<ul>
<lh class="update">[ACTUALIZACIONES]</lh>
<li type="disc">Reducido retardo entre escaneos de c&oacute;digos a un segundo</li>
<li type="disc">Ahora el m&oacute;dulo de descargas requiere Android 3.0 o superior</li>
</ul>
<h4>1.2.3 (2014-11-30)</h4>
<ul>
<lh class="new">[NOVEDADES]</lh>
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/raw/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
</head>

<body bgcolor="white">
<h4>1.2.4 (2015-03-15)</h4>
<ul>
<lh class="update">[UPDATE]</lh>
<li type="disc">Changed scan delay of codes to one second</li>
<li type="disc">Now the Downloads module requires Android 3.0 or higher</li>
</ul>
<h4>1.2.3 (2014-11-30)</h4>
<ul>
<lh class="new">[NEW]</lh>
Expand Down

0 comments on commit b8f94d0

Please sign in to comment.