Skip to content

Commit d528143

Browse files
committed
version
1 parent 843a757 commit d528143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="cz.sparko.Bugmaze"
4-
android:versionCode="11"
5-
android:versionName="0.2.1b">
4+
android:versionCode="12"
5+
android:versionName="0.2.2b">
66
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="15" />
77
<application android:label="@string/app_name"
88
android:icon="@drawable/ic_launcher">

0 commit comments

Comments
 (0)