Skip to content

Commit

Permalink
v2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaelMobilia committed Dec 12, 2016
1 parent edf6c64 commit 9795a4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
-->
<manifest package="com.pcinpact"
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="224"
android:versionName="2.2.4">
android:versionCode="225"
android:versionName="2.2.5">

<!-- com.pcinpact est le nom historique. Il n'est pas possible de le modifier sans publier une nouvelle application -->
<!-- versionCode est utilisé par Google pour les MàJ, versionName est uniquement affiché à l'utilisateur -->
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 9795a4d

Please sign in to comment.