diff --git a/build.gradle b/build.gradle index e7fb99f7..26cead99 100644 --- a/build.gradle +++ b/build.gradle @@ -43,8 +43,8 @@ android { applicationId "de.avalax.fitbuddy" minSdkVersion 19 targetSdkVersion 26 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.0.1" testInstrumentationRunner "de.avalax.fitbuddy.runner.MockTestRunner" } lintOptions {