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.ymldeleted 100755 → 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 README.md +0 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ [//]: # (Shields) [](https://travis-ci.com/JavaCafe01/PdfViewer) [](https://gitlab.com/JavaCafe01/PdfViewer) [](https://github.com/JavaCafe01/PdfViewer/blob/master/LICENSE) [](https://www.paypal.me/gsnathan) 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.ymldeleted 100755 → 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
README.md +0 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ [//]: # (Shields) [](https://travis-ci.com/JavaCafe01/PdfViewer) [](https://gitlab.com/JavaCafe01/PdfViewer) [](https://github.com/JavaCafe01/PdfViewer/blob/master/LICENSE) [](https://www.paypal.me/gsnathan) Loading