Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 0fb3493

Browse files
authored
Update AndroidManifest.xml
1 parent ab59506 commit 0fb3493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/CodePushDemoApp/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.codepushdemoapp"
33
android:versionCode="1"
4-
android:versionName="1.0">
4+
android:versionName="1.0.0">
55

66
<uses-permission android:name="android.permission.INTERNET" />
77
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>

0 commit comments

Comments
 (0)