Compare commits
2 commits
7658cbcb16
...
a0bb02991f
| Author | SHA1 | Date | |
|---|---|---|---|
| a0bb02991f | |||
| 44e0f63e64 |
3 changed files with 6 additions and 8 deletions
|
|
@ -100,7 +100,7 @@ def enableSeparateBuildPerCPUArchitecture = false
|
||||||
/**
|
/**
|
||||||
* Run Proguard to shrink the Java bytecode in release builds.
|
* Run Proguard to shrink the Java bytecode in release builds.
|
||||||
*/
|
*/
|
||||||
def enableProguardInReleaseBuilds = false
|
def enableProguardInReleaseBuilds = true
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The preferred build flavor of JavaScriptCore.
|
* The preferred build flavor of JavaScriptCore.
|
||||||
|
|
@ -136,8 +136,8 @@ 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 20
|
versionCode 21
|
||||||
versionName "3.0.3"
|
versionName "3.0.4"
|
||||||
missingDimensionStrategy 'react-native-camera', 'general'
|
missingDimensionStrategy 'react-native-camera', 'general'
|
||||||
}
|
}
|
||||||
splits {
|
splits {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "campus",
|
"name": "campus",
|
||||||
"version": "3.0.3",
|
"version": "3.0.4",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-native start",
|
"start": "react-native start",
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,7 @@ type Props = {
|
||||||
};
|
};
|
||||||
|
|
||||||
const links = {
|
const links = {
|
||||||
bugsMail: `mailto:app@amicale-insat.fr
|
bugsMail: `mailto:app@amicale-insat.fr?subject=[BUG] Application CAMPUS
|
||||||
?subject=[BUG] Application CAMPUS
|
|
||||||
&body=Coucou Arnaud ça bug c'est nul,\n\n
|
&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
|
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
|
Nature du problème :\n\n\n
|
||||||
|
|
@ -20,8 +19,7 @@ Nature du problème :\n\n\n
|
||||||
Stp corrige le pb, bien cordialement.`,
|
Stp corrige le pb, bien cordialement.`,
|
||||||
bugsGit: 'https://git.etud.insa-toulouse.fr/vergnet/application-amicale/issues/new',
|
bugsGit: 'https://git.etud.insa-toulouse.fr/vergnet/application-amicale/issues/new',
|
||||||
facebook: "https://www.facebook.com/campus.insat",
|
facebook: "https://www.facebook.com/campus.insat",
|
||||||
feedbackMail: `mailto:app@amicale-insat.fr
|
feedbackMail: `mailto:app@amicale-insat.fr?subject=[FEEDBACK] Application CAMPUS
|
||||||
?subject=[FEEDBACK] Application CAMPUS
|
|
||||||
&body=Coucou Arnaud j'ai du feedback\n\n\n\nBien cordialement.`,
|
&body=Coucou Arnaud j'ai du feedback\n\n\n\nBien cordialement.`,
|
||||||
feedbackGit: "https://git.etud.insa-toulouse.fr/vergnet/application-amicale/issues/new",
|
feedbackGit: "https://git.etud.insa-toulouse.fr/vergnet/application-amicale/issues/new",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue