Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaelMobilia committed Nov 29, 2020
1 parent f7cf78b commit 14dd1aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
// targetSdkVersion est la version la plus élevée testée et fonctionnelle (pas besoin de faire tourner la rétro-compatibilité)
targetSdkVersion 30
// versionCode est utilisé par Google pour les MàJ, versionName est uniquement affiché à l'utilisateur
versionCode 241
versionName "2.4.1"
versionCode 250
versionName "2.5.0"
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/pcinpact/utils/Constantes.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class Constantes {
/**
* MODE DEBUG.
*/
public static final Boolean DEBUG = true;
public static final Boolean DEBUG = false;
/**
* Contact du développeur
*/
Expand Down

0 comments on commit 14dd1aa

Please sign in to comment.