Bump version to 4.1.0

このコミットが含まれているのは:
Arnaud Vergnet 2020-10-07 11:04:13 +02:00
コミット b692b6e7f6
2個のファイルの変更3行の追加3行の削除

ファイルの表示

@ -148,8 +148,8 @@ android {
applicationId 'fr.amicaleinsat.application'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 42
versionName "4.0.1"
versionCode 43
versionName "4.1.0"
missingDimensionStrategy 'react-native-camera', 'general'
}
splits {

ファイルの表示

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