-> 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

View File

@ -3,14 +3,14 @@ apply plugin: 'com.android.application'
android {
signingConfigs {
}
compileSdkVersion 23
compileSdkVersion 26
buildToolsVersion '27.0.3'
defaultConfig {
applicationId 'de.frajul.endlessroll'
minSdkVersion 14
targetSdkVersion 23
versionCode 6
versionName '0.6.0'
targetSdkVersion 26
versionCode 7
versionName '0.7.0'
}
buildTypes {
release {