Merge branch 'master' of ssh://git.mob-dev.fr/Schoumi/Goblim

pull/1/head
Schoumi 6 years ago
commit 2cfc670299

@ -0,0 +1,18 @@
image: openjdk:8-jdk
variables:
GRADLE_VERSION: "2.14.1"
before_script:
- gradle wrapper --gradle-version ${GRADLE_VERSION} -Dcom.android.build.gradle.overrideVersionCheck=true
stages:
- build
build:
stage: build
script:
- ./gradlew assembleDebug
artifacts:
paths:
- app/build/outputs/

@ -1,5 +1,7 @@
# Goblim
[![build status](https://git.mob-dev.fr/Schoumi/Goblim/badges/master/build.svg)](https://git.mob-dev.fr/Schoumi/Goblim/commits/master)
Goblim is an Android application.
Goblim let your share your photos on the Lut.im server of your choice. Use your own server to regain control of your privacy!
@ -14,3 +16,6 @@ Goblim let your share your photos on the Lut.im server of your choice. Use your
Lut.im "Let's Upload That Image" is an open source image sharing server you can install on your own machine (self-hosting, VPS, dedicated, cloud). See https://github.com/ldidry/lutim
Download it on the playstore: https://play.google.com/store/apps/details?id=fr.mobdev.goblim
<br/>
<noscript><a href="https://liberapay.com/Schoumi/donate"><img src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript>
Loading…
Cancel
Save