diff --git a/config.xml b/config.xml
index 7126ca6d95fc9b91ba73dbfa3ecb7aae47f80edb..585d85638a1e427205437bd5eb5e4eaed3640ef7 100644
--- a/config.xml
+++ b/config.xml
@@ -4,7 +4,7 @@
   xmlns:cdv="http://cordova.apache.org/ns/1.0"
   id="fr.duniter.cesium"
   version="0.2.8"
-  android-versionCode="9"
+  android-versionCode="290"
   >
   <name>Cesium</name>
   <description>
diff --git a/www/js/config.js b/www/js/config.js
index 006e6b4214bcc3d02b7c21af5b9f8fd61bf28c58..60d3a6a8504d72785d34b5a8fee7da914f32d428 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -29,7 +29,7 @@ angular.module("cesium.config", [])
 		}
 	},
 	"version": "0.2.8",
-	"build": "2016-08-26T13:00:48.388Z",
+	"build": "2016-08-26T13:06:42.750Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })