diff options
Diffstat (limited to 'Android/AndroidManifest.xml')
-rw-r--r-- | Android/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Android/AndroidManifest.xml b/Android/AndroidManifest.xml index c8c44d2f5..1de7d179a 100644 --- a/Android/AndroidManifest.xml +++ b/Android/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mcserver"
- android:versionCode="2"
- android:versionName="r1049" >
+ android:versionCode="3"
+ android:versionName="r1375" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|