From 9c65aadfbd844529eb05d2652cdb4705389f4cd5 Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Sat, 10 Oct 2020 20:26:29 +0200 Subject: [PATCH] Bump android version code --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index e8c5b95..34676fc 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -148,7 +148,7 @@ android { applicationId 'fr.amicaleinsat.application' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 43 + versionCode 45 versionName "4.1.0" missingDimensionStrategy 'react-native-camera', 'general' }