diff --git a/app/build.gradle b/app/build.gradle index a034c50..3319c62 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 : 62 + versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 63 versionName project.hasProperty('versionName') ? project.property('versionName') : "0.0.5" multiDexEnabled true }