diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3d9a5dd24a5e00821eb2b3f64912f672300c079..11ab5a53707967917f8ec0e54ddb5a6426e08ce8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -110,6 +110,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} fi android:deploy: diff --git a/android/gradle.properties b/android/gradle.properties index ea55fb00e0239d30894b327952e5050c1a7e8b1e..cf8c660ccdc2878b927a59436a2fb40ce4f81c9c 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.4 -app.versionCode=5 +app.versionName=1.0.5 +app.versionCode=6