From 93c7e0baf89db8677f5b49dd481e79407abd2f95 Mon Sep 17 00:00:00 2001 From: Peyman Mohtashami Date: Sat, 19 Jun 2021 16:07:34 +0200 Subject: [PATCH] Bump version for test --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }