Skip to content

Commit 94a8f0a

Browse files
committed
Drop SNAPSHOT from versionName attribute
1 parent 8c07052 commit 94a8f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.github.mobile.tests"
44
android:versionCode="100"
5-
android:versionName="1.0-SNAPSHOT" >
5+
android:versionName="1.0" >
66

77
<uses-sdk
88
android:minSdkVersion="8"

0 commit comments

Comments
 (0)