Skip to content
Snippets Groups Projects
Commit 850a0f52 authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Merge branch '10-replace-wget-by-curl' into 'master'

Resolve "Replace wget by curl"

Closes #10

See merge request !6
parents a40c3c6e f6c56df9
No related branches found
No related tags found
1 merge request!6Resolve "Replace wget by curl"
Pipeline #1570 passed
......@@ -119,4 +119,4 @@ android:deploy:
dependencies:
- application:release
script:
- wget ${REPOSITORY_UPDATE_WEBHOOK}?token=${REPOSITORY_TOKEN}
- curl "${REPOSITORY_UPDATE_WEBHOOK}?token=${REPOSITORY_TOKEN}"
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
app.versionName=1.0.3
app.versionCode=4
app.versionName=1.0.4
app.versionCode=5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment