diff --git a/app/build.gradle b/app/build.gradle index 0fee4d1..afe2fa6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId 'org.radarcns.detail' minSdkVersion 21 targetSdkVersion 30 - versionCode 52 - versionName '1.0.13' + versionCode 53 + versionName '1.0.14' manifestPlaceholders = ['appAuthRedirectScheme': 'org.radarbase.passive.app'] multiDexEnabled true }