diff options
| author | Mica White <botahamec@outlook.com> | 2026-01-18 12:24:53 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-01-18 12:24:53 -0500 |
| commit | fece0fe726f4788488acae5b063c0c01b6cdf490 (patch) | |
| tree | d9085e4d8250bb7d27e402a339302724253056dd | |
| parent | 00da949cbbd9da036c45539d5b5e53b641af286a (diff) | |
Version info in AndroidManifestv1.0
| -rwxr-xr-x | android/app/src/main/AndroidManifest.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 791c3b7..ff98acd 100755 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,4 +1,7 @@ -<manifest xmlns:android="http://schemas.android.com/apk/res/android">
+<manifest
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:versionCode="1"
+ android:versionName="1.0">
<application
android:label="Simple Speedometer"
android:name="${applicationName}"
|
