diff --git a/app/build.gradle b/app/build.gradle index 48a02b9..f4dbd3e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,7 +35,7 @@ applicationId "nl.digital_me.dummyandroidapp" minSdkVersion 14 targetSdkVersion rootProject.ext.compileSdkVersion - versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 48 + versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 49 versionName project.hasProperty('versionName') ? project.property('versionName') : "0.0.5" multiDexEnabled true }