Updated version number to 3.0.0

This commit is contained in:
Arnaud Vergnet 2020-05-20 10:46:34 +02:00
parent 2cb5004a32
commit b8236146ff
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 16
versionName "2.0.0"
versionCode 17
versionName "3.0.0"
missingDimensionStrategy 'react-native-camera', 'general'
}
splits {

View file

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