Compare commits

..

No commits in common. "a0bb02991fbb6c6c3d40b8b219189a4074609a4a" and "7658cbcb165ff1961eca92165a1836af700a2715" have entirely different histories.

3 changed files with 8 additions and 6 deletions

View file

@ -100,7 +100,7 @@ def enableSeparateBuildPerCPUArchitecture = false
/**
* Run Proguard to shrink the Java bytecode in release builds.
*/
def enableProguardInReleaseBuilds = true
def enableProguardInReleaseBuilds = false
/**
* The preferred build flavor of JavaScriptCore.
@ -136,8 +136,8 @@ android {
applicationId 'fr.amicaleinsat.application'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 21
versionName "3.0.4"
versionCode 20
versionName "3.0.3"
missingDimensionStrategy 'react-native-camera', 'general'
}
splits {

View file

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

View file

@ -11,7 +11,8 @@ type Props = {
};
const links = {
bugsMail: `mailto:app@amicale-insat.fr?subject=[BUG] Application CAMPUS
bugsMail: `mailto:app@amicale-insat.fr
?subject=[BUG] Application CAMPUS
&body=Coucou Arnaud ça bug c'est nul,\n\n
Informations sur ton système si tu sais (iOS ou Android, modèle du tel, version):\n\n\n
Nature du problème :\n\n\n
@ -19,7 +20,8 @@ Nature du problème :\n\n\n
Stp corrige le pb, bien cordialement.`,
bugsGit: 'https://git.etud.insa-toulouse.fr/vergnet/application-amicale/issues/new',
facebook: "https://www.facebook.com/campus.insat",
feedbackMail: `mailto:app@amicale-insat.fr?subject=[FEEDBACK] Application CAMPUS
feedbackMail: `mailto:app@amicale-insat.fr
?subject=[FEEDBACK] Application CAMPUS
&body=Coucou Arnaud j'ai du feedback\n\n\n\nBien cordialement.`,
feedbackGit: "https://git.etud.insa-toulouse.fr/vergnet/application-amicale/issues/new",
}