diff --git a/app/build.gradle b/app/build.gradle index c362f2b..8e2e2b8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ applicationId "nl.digital_me.dummyandroidapp" minSdkVersion 14 targetSdkVersion rootProject.ext.compileSdkVersion - versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 70 + versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 71 versionName project.hasProperty('versionName') ? project.property('versionName') : "0.0.5" multiDexEnabled true