Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Apr 21, 2016
1 parent bef2de2 commit b1f79ef
Showing 1 changed file with 2 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
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="fr.remram.taquindroid"
android:versionCode="1"
android:versionCode="1000"
android:versionName="1.0">
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".Menu"
Expand All @@ -21,4 +21,4 @@
</application>

<uses-sdk android:minSdkVersion="3"/>
</manifest>
</manifest>

0 comments on commit b1f79ef

Please sign in to comment.