Updated version number

This commit is contained in:
Arnaud Vergnet 2020-07-02 12:21:33 +02:00
parent 01e3d96ddb
commit ea25d2dd67
2 changed files with 3 additions and 3 deletions

View file

@ -136,8 +136,8 @@ android {
applicationId 'fr.amicaleinsat.application'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 31
versionName "3.1.3"
versionCode 32
versionName "3.1.4"
missingDimensionStrategy 'react-native-camera', 'general'
}
splits {

View file

@ -1,6 +1,6 @@
{
"name": "campus",
"version": "3.1.3",
"version": "3.1.4",
"private": true,
"scripts": {
"start": "react-native start",