-> Version 0.7.0

This commit is contained in:
2018-07-01 17:37:48 +02:00
parent b7cab6f453
commit 607e9fef05
7 changed files with 20 additions and 20 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.frajul.endlessroll"
android:versionCode="6"
android:versionName="0.6.0" >
android:versionCode="7"
android:versionName="0.7.0" >
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="23" />
android:targetSdkVersion="26" />
<uses-feature
android:glEsVersion="0x00020000"