Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaelMobilia committed Jan 27, 2015
1 parent 3ced35e commit 1e27d66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
* Copyright 2013, 2014 Sami Ferhah, Anael Mobilia
* Copyright 2013, 2014, 2015 Sami Ferhah, Anael Mobilia
*
* This file is part of NextINpact-Unofficial.
*
Expand All @@ -21,8 +21,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.pcinpact"
android:versionCode="177"
android:versionName="1.7.7" >
android:versionCode="180"
android:versionName="1.8.0" >

<!-- 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
Binary file not shown.
2 changes: 1 addition & 1 deletion src/com/pcinpact/Constantes.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class Constantes {
/**
* MODE DEBUG
*/
public final static Boolean DEBUG = true;
public final static Boolean DEBUG = false;
/**
* COMPATIBILITE
*/
Expand Down

0 comments on commit 1e27d66

Please sign in to comment.