mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-27 13:33:00 +00:00
commit
db7a03dd70
4 changed files with 4 additions and 4 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -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 }}
|
2
.github/workflows/debug.yml
vendored
2
.github/workflows/debug.yml
vendored
|
@ -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
2
.gitignore
vendored
|
@ -1,7 +1,7 @@
|
|||
.gradle/
|
||||
.idea/
|
||||
.github/
|
||||
build/
|
||||
out/
|
||||
app/src/main/java/com/vanced/manager/core/base/DummyJava.java
|
||||
local.properties
|
||||
/.github/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue