Skip to content

Commit b1f79ef

Browse files
committed
Version 1.0
1 parent bef2de2 commit b1f79ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="fr.remram.taquindroid"
4-
android:versionCode="1"
4+
android:versionCode="1000"
55
android:versionName="1.0">
66
<application android:icon="@drawable/icon" android:label="@string/app_name">
77
<activity android:name=".Menu"
@@ -21,4 +21,4 @@
2121
</application>
2222

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

0 commit comments

Comments
 (0)