Balanced
Fixed minor bugs -> Version 0.6.0
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user