diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55d11aeffdc24baf31a0f5d19a7470257fdc192f..721ae7150bbe0e21b8d2d4abe266d739d4d88979 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,6 +74,6 @@ updateRepository: dependencies: - checkIcons before_script: - - apk add --no-cache wget + - apk add --no-cache curl script: - - wget ${REPOSITORY_UPDATE_WEBHOOK}?token=${REPOSITORY_TOKEN} + - curl "${REPOSITORY_UPDATE_WEBHOOK}?token=${REPOSITORY_TOKEN}" --fail diff --git a/app/build.gradle b/app/build.gradle index f93436445c3cdaaeb5e1a998911a8d75ba4d3b8e..d9ccfc34ab7fe9fdfa6ad0270fc7fca5a1236887 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.benoitharrault.ameixanonfree" minSdkVersion 16 targetSdkVersion 30 - versionCode 168 - versionName "1.92.0" + versionCode 169 + versionName "1.92.1" archivesBaseName = "$applicationId" + "_" + "$versionCode" }