diff --git a/app/build.gradle b/app/build.gradle index 5b0b230..77221ed 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "at.htl_villach.docker2go" minSdkVersion 22 targetSdkVersion 26 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {