Skip to content

Commit

Permalink
Preparación para liberación de versión 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-zx committed Apr 28, 2014
1 parent 56a025c commit f5e39a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/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="mx.udlap.is522.tedroid"
android:installLocation="preferExternal"
android:versionCode="1"
android:versionName="1.0-SNAPSHOT" >
android:versionCode="0"
android:versionName="0.4" >

<uses-sdk
android:minSdkVersion="9"
Expand Down
4 changes: 2 additions & 2 deletions tests/online_tests/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="mx.udlap.is522.tedroid.test"
android:versionCode="1"
android:versionName="1.0-SNAPSHOT" >
android:versionCode="0"
android:versionName="0.4" >

<uses-sdk
android:minSdkVersion="9"
Expand Down

0 comments on commit f5e39a1

Please sign in to comment.