From: dswitkin Date: Sat, 18 Oct 2008 19:27:43 +0000 (+0000) Subject: Added versionName and versionCode to the Android client manifest. X-Git-Url: http://git.rot13.org/?p=zxing.git;a=commitdiff_plain;h=470a83f3ffe1c7b50e88ea152f8931961f2ba4e1 Added versionName and versionCode to the Android client manifest. git-svn-id: http://zxing.googlecode.com/svn/trunk@626 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 28b0bbac..18abffe1 100755 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -14,8 +14,14 @@ See the License for the specific language governing permissions and limitations under the License. --> + + + package="com.google.zxing.client.android" + android:versionName="2.3" + android:versionCode="6">