diff --git a/build/android/build.gradle b/build/android/build.gradle
index 391e250ad3dae43c27c45c28ee6450de3ffd0cc7..e0a0a186a28b58e30e144f9c04aee19c14831067 100644
--- a/build/android/build.gradle
+++ b/build/android/build.gradle
@@ -14,7 +14,7 @@ android {
 	buildToolsVersion "23.0.3"
 
 	defaultConfig {
-		versionCode 14
+		versionCode 15
 		versionName "${System.env.VERSION_STR}.${versionCode}"
 		minSdkVersion 9
 		targetSdkVersion 9