We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef2de2 commit b1f79efCopy full SHA for b1f79ef
app/src/main/AndroidManifest.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
package="fr.remram.taquindroid"
4
- android:versionCode="1"
+ android:versionCode="1000"
5
android:versionName="1.0">
6
<application android:icon="@drawable/icon" android:label="@string/app_name">
7
<activity android:name=".Menu"
@@ -21,4 +21,4 @@
21
</application>
22
23
<uses-sdk android:minSdkVersion="3"/>
24
-</manifest>
+</manifest>
0 commit comments