Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c57fe69b authored by Gokul Swaminathan's avatar Gokul Swaminathan
Browse files

Merge branch 'master' of github.com:JavaCafe01/PdfViewer

parents 8c80b407 65e22d1d
Loading
Loading
Loading
Loading

.github/FUNDING.yml

0 → 100644
+9 −0
Original line number Diff line number Diff line
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
custom: https://www.paypal.me/gsnathan

.gitlab-ci.yml

deleted100755 → 0
+0 −21
Original line number Diff line number Diff line
image: jangrewe/gitlab-ci-android

stages:
- build

before_script:
- export GRADLE_USER_HOME=$(pwd)/.gradle
- chmod +x ./gradlew

cache:
  key: ${CI_PROJECT_ID}
  paths:
  - .gradle/

build:
  stage: build
  script:
  - ./gradlew assembleDebug
  artifacts:
    paths:
    - app/build/outputs/apk/app-debug.apk
 No newline at end of file
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
[//]: # (Shields)

[![Travis Build Status](https://travis-ci.com/JavaCafe01/PdfViewer.svg?branch=master)](https://travis-ci.com/JavaCafe01/PdfViewer)
[![GItlab CI Build Status](https://gitlab.com/JavaCafe01/PdfViewer/badges/master/build.svg)](https://gitlab.com/JavaCafe01/PdfViewer)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/JavaCafe01/PdfViewer/blob/master/LICENSE)
[![PayPal donation](https://img.shields.io/badge/donate-paypal-yellow.svg)](https://www.paypal.me/gsnathan)