diff --git a/app/build.gradle b/app/build.gradle index 087f45d..79f0c70 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 : 75 + versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 76 versionName project.hasProperty('versionName') ? project.property('versionName') : "0.0.5" multiDexEnabled true