changed version code to 2

This commit is contained in:
= 2017-10-15 15:40:14 +02:00
parent bb6c17102a
commit 71406b3fe2
3 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ android {
applicationId 'de.frajul.endlessroll'
minSdkVersion 12
targetSdkVersion 23
versionCode 1
versionCode 2
versionName '1.0'
}
buildTypes {

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.frajul.endlessroll"
android:versionCode="1"
android:versionCode="2"
android:versionName="1.0" >
<uses-sdk