diff --git a/app/build.gradle b/app/build.gradle index 5e79df023..f4db9c97d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,8 +36,8 @@ android { applicationId "de.rampro.activitydiary" minSdkVersion 16 targetSdkVersion 25 - versionCode 102 - versionName "1.0.2" + versionCode 103 + versionName "1.0.3" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" setProperty("archivesBaseName", "ActivityDiary-" + defaultConfig.versionName) if (project.file('../ActivityDiarySigning.properties').exists()) {