Browse Source

properly increased android:versionCode

fysx 11 years ago
parent
commit
5048f3ff8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AndroidManifest.xml

+ 1 - 1
AndroidManifest.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest package="org.love2d.android"
-      android:versionCode="13"
+      android:versionCode="14"
       android:versionName="0.9.1b"
       android:installLocation="auto" xmlns:android="http://schemas.android.com/apk/res/android">
     <uses-permission android:name="android.permission.INTERNET"/>