diff --git a/app/build.gradle b/app/build.gradle index 58dc346..089f300 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,7 +37,7 @@ applicationId "nl.digital_me.dummyandroidapp" minSdkVersion 14 targetSdkVersion rootProject.ext.compileSdkVersion - versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 54 + versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 55 versionName project.hasProperty('versionName') ? project.property('versionName') : "0.0.5" multiDexEnabled true }