Fixed minor bugs
-> Version 0.6.0
This commit is contained in:
=
2018-05-01 09:55:31 +02:00
parent 66b3b1d55e
commit c4da4d96ac
12 changed files with 28 additions and 28 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.frajul.endlessroll"
android:versionCode="5"
android:versionName="0.5.0" >
android:versionCode="6"
android:versionName="0.6.0" >
<uses-sdk
android:minSdkVersion="12"
@ -18,7 +18,6 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:testOnly="true"
android:theme="@style/AppTheme" >
<activity
android:name="de.frajul.endlessroll.main.GameActivity"