From 5a7671349ccce8154101ae9a7a05d2da17c7fae0 Mon Sep 17 00:00:00 2001 From: Olu Amey Date: Mon, 7 Dec 2020 08:16:43 -0500 Subject: [PATCH] fix --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 0958442..92b7045 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "com.mermsemr.providers" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 1031 - versionName "1.0.31" + versionCode 1032 + versionName "1.0.32" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {