Compare commits
No commits in common. "dfa9548a2f7065d5a132c8fd1239459ff58676ad" and "0e741a02e20c7b90426f74abe845280b912cc291" have entirely different histories.
dfa9548a2f
...
0e741a02e2
6 changed files with 1 additions and 52 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -25,7 +25,6 @@ DerivedData
|
||||||
#
|
#
|
||||||
build/
|
build/
|
||||||
.idea
|
.idea
|
||||||
!.idea/runConfigurations
|
|
||||||
.gradle
|
.gradle
|
||||||
local.properties
|
local.properties
|
||||||
*.iml
|
*.iml
|
||||||
|
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
<component name="ProjectRunConfigurationManager">
|
|
||||||
<configuration default="false" name="Lint Check" type="js.build_tools.npm">
|
|
||||||
<package-json value="$PROJECT_DIR$/package.json" />
|
|
||||||
<command value="run" />
|
|
||||||
<scripts>
|
|
||||||
<script value="lint" />
|
|
||||||
</scripts>
|
|
||||||
<node-interpreter value="project" />
|
|
||||||
<envs />
|
|
||||||
<method v="2" />
|
|
||||||
</configuration>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
<component name="ProjectRunConfigurationManager">
|
|
||||||
<configuration default="false" name="Run Android" type="ReactNative" factoryName="React Native">
|
|
||||||
<node-interpreter value="project" />
|
|
||||||
<react-native value="$PROJECT_DIR$/node_modules/react-native" />
|
|
||||||
<platform value="ANDROID" />
|
|
||||||
<envs />
|
|
||||||
<only-packager />
|
|
||||||
<browser value="98ca6316-2f89-46d9-a9e5-fa9e2b0625b3" />
|
|
||||||
<method v="2">
|
|
||||||
<option name="ReactNativePackager" enabled="true" />
|
|
||||||
</method>
|
|
||||||
</configuration>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
<component name="ProjectRunConfigurationManager">
|
|
||||||
<configuration default="false" name="Run Android Release" type="js.build_tools.npm">
|
|
||||||
<package-json value="$PROJECT_DIR$/package.json" />
|
|
||||||
<command value="run" />
|
|
||||||
<scripts>
|
|
||||||
<script value="android-release" />
|
|
||||||
</scripts>
|
|
||||||
<node-interpreter value="project" />
|
|
||||||
<envs />
|
|
||||||
<method v="2" />
|
|
||||||
</configuration>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
<component name="ProjectRunConfigurationManager">
|
|
||||||
<configuration default="false" name="Run iOS" type="ReactNative" factoryName="React Native">
|
|
||||||
<node-interpreter value="project" />
|
|
||||||
<react-native value="$PROJECT_DIR$/node_modules/react-native" />
|
|
||||||
<platform value="IOS" />
|
|
||||||
<envs />
|
|
||||||
<only-packager />
|
|
||||||
<browser value="98ca6316-2f89-46d9-a9e5-fa9e2b0625b3" />
|
|
||||||
<method v="2">
|
|
||||||
<option name="ReactNativePackager" enabled="true" />
|
|
||||||
</method>
|
|
||||||
</configuration>
|
|
||||||
</component>
|
|
||||||
|
|
@ -136,7 +136,7 @@ android {
|
||||||
applicationId 'fr.amicaleinsat.application'
|
applicationId 'fr.amicaleinsat.application'
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 35
|
versionCode 34
|
||||||
versionName "4.0.1"
|
versionName "4.0.1"
|
||||||
missingDimensionStrategy 'react-native-camera', 'general'
|
missingDimensionStrategy 'react-native-camera', 'general'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue