diff --git a/app/build.gradle b/app/build.gradle index 805ccd6..087f45d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ applicationId "nl.digital_me.dummyandroidapp" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.compileSdkVersion - versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 74 + versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 75 versionName project.hasProperty('versionName') ? project.property('versionName') : "0.0.5" multiDexEnabled true