diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 554638c..0435914 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,9 +84,9 @@ jobs: - name: Install torf-cli run: sudo pip3 install torf-cli - name: Create torrent using torf-cli - run: torf "nostros-${{ github.ref_name }}-universal.apk" -o "nostros-${{ github.ref_name }}-universal.torrent" -w "https://github.com/KoalaSat/nostros/releases/download/${{ github.ref_name }}/nostros-${{ github.ref_name }}-universal.apk" -s "torrent-webseed-creator" + run: torf "./nostros-${{ github.ref_name }}-universal.apk" -o "nostros-${{ github.ref_name }}-universal.torrent" -w "https://github.com/KoalaSat/nostros/releases/download/${{ github.ref_name }}/nostros-${{ github.ref_name }}-universal.apk" -s "torrent-webseed-creator" - name: Upload torrent file uses: actions/upload-artifact@v3 with: - name: Torrent - path: nostros-${{ github.ref_name }}-universal.torrent + name: nostros-${{ github.ref_name }}-universal.torrent + path: . diff --git a/android/app/build.gradle b/android/app/build.gradle index 4198a6a..61ec86f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -162,6 +162,13 @@ android { } } + + dependenciesInfo { + // Disables dependency metadata when building APKs. + includeInApk = false + // Disables dependency metadata when building Android App Bundles. + includeInBundle = false + } } dependencies {