diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index a886b165..bcb83283 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -14,9 +14,14 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - submodules: 'recursive' fetch-depth: 0 + - name: Checkout compat + uses: actions/checkout@v4 + with: + repository: SanmerApps/ServiceManagerCompat + path: compat + - name: Set up signing key if: github.ref == 'refs/heads/main' run: | diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index d49a8cee..00000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "compat"] - path = compat - url = git@github.com:SanmerApps/ServiceManagerCompat.git diff --git a/compat b/compat deleted file mode 160000 index 9b51f1f4..00000000 --- a/compat +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9b51f1f45306feedfed932ff6d1ea4d8b84c1385