Increased version number

This commit is contained in:
Arnaud Vergnet 2020-06-06 20:18:46 +02:00
parent 742a1f445a
commit b150ac55ef
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 23
versionName "3.0.6"
versionCode 24
versionName "3.0.7"
missingDimensionStrategy 'react-native-camera', 'general'
}
splits {

View file

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