Skip to content

Commit

Permalink
Preparación para liberación de versión 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-zx committed Mar 5, 2014
1 parent 7bb3895 commit 70b7933
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
@@ -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"
android:versionCode="1"
android:versionName="1.0-SNAPSHOT" >
android:versionCode="0"
android:versionName="0.1" >

<uses-sdk
android:minSdkVersion="7"
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.1" >

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

0 comments on commit 70b7933

Please sign in to comment.