diff --git a/app/build.gradle b/app/build.gradle index 5b84fc4..0caed96 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 : 56 + versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 57 versionName project.hasProperty('versionName') ? project.property('versionName') : "0.0.5" multiDexEnabled true }