diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 453c179b69275adf73aa3d7a837d578601a37359..9d0e11e010def224317c52d8113c30c1d7953275 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -111,7 +111,7 @@ application:release:
       else
         git tag -a "${TAG_NAME}" -m "Release ${VERSION_NAME} (${VERSION_CODE})"
         git push origin "${TAG_NAME}"
-        curl --silent -d '{"token": "${JABBER_NOTIFICATION_TOKEN}", "message": "New tag for ${CI_PROJECT_PATH}: ${TAG_NAME}"}' -H "Content-Type: application/json" -X POST ${JABBER_NOTIFICATION_URL}
+        curl --silent -d "{\"token\": \"${JABBER_NOTIFICATION_TOKEN}\", \"message\": \"New tag for ${CI_PROJECT_PATH}: ${TAG_NAME}\"}" -H "Content-Type: application/json" -X POST ${JABBER_NOTIFICATION_URL}
       fi
 
 android:deploy:
diff --git a/android/gradle.properties b/android/gradle.properties
index 9df4ecc3142d68bc0f4f0f12bf707af529963b44..51b0cbe143f81347c6a26e93e0d099d946080dac 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -1,5 +1,5 @@
 org.gradle.jvmargs=-Xmx1536M
 android.useAndroidX=true
 android.enableJetifier=true
-app.versionName=1.0.6
-app.versionCode=7
+app.versionName=1.0.7
+app.versionCode=8