Merge pull request #24 from YTVanced/dev

Fixed URL in README
This commit is contained in:
Paulis Gributs 2020-07-01 09:53:07 +01:00 committed by GitHub
commit db7a03dd70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -42,4 +42,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: 'Vanced-Manager'
path: ${{ steps.sign-app.outputs.signedReleaseFile }}
path: ${{ steps.sign-app.outputs.signedReleaseFile }}

View File

@ -33,4 +33,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: 'Vanced-Manager'
path: app/build/outputs/apk/debug/app-debug.apk
path: app/build/outputs/apk/debug/app-debug.apk

2
.gitignore vendored
View File

@ -1,7 +1,7 @@
.gradle/
.idea/
.github/
build/
out/
app/src/main/java/com/vanced/manager/core/base/DummyJava.java
local.properties
/.github/

View File

@ -16,6 +16,6 @@ After 3 months of development, we are finally ready to introduce Vanced Manager
## Credits
- topjohnwu for his wonderful [LibSU](https://github.com/topjohnwu/libsu)
- Mindorks for their amazing [PRDownloader](https://github.com/MindorksOpenOource/PRDownloader)
- Mindorks for their amazing [PRDownloader](https://github.com/MindorksOpenSource/PRDownloader)
- aefyr for [SAI](https://github.com/aefyr/SAI), which was an inspiration for our Manager
- 100rabhkr for their [GetJson](https://github.com/100rabhkr/getjson) library