From 0a4eb0e30bb43fd1d522bac4136ef45a17cc6e97 Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Sat, 18 Jan 2025 12:15:01 -0400 Subject: [PATCH 1/3] Update targets to support A13+ PI API changes https://developer.android.com/google/play/integrity/improvements https://github.com/1nikolas/play-integrity-checker-app --- module/template/target.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/module/template/target.txt b/module/template/target.txt index f30b01b8..da42ddc6 100644 --- a/module/template/target.txt +++ b/module/template/target.txt @@ -1,3 +1,4 @@ +com.android.vending com.google.android.gms io.github.vvb2060.keyattestation io.github.vvb2060.mahoshojo From ec1ebc6ee51a92c55599da2f607d8087c35dc73f Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Sat, 18 Jan 2025 23:49:38 -0400 Subject: [PATCH 2/3] Update targets to support new Key Attestation Demo Shizuku mode --- module/template/target.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/module/template/target.txt b/module/template/target.txt index da42ddc6..2b251629 100644 --- a/module/template/target.txt +++ b/module/template/target.txt @@ -1,3 +1,4 @@ +android com.android.vending com.google.android.gms io.github.vvb2060.keyattestation From 3bb105a896ba6c58d9d4d37fce7ad946c38582b7 Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Thu, 23 Jan 2025 00:23:45 -0400 Subject: [PATCH 3/3] Fix CI on master branch with known working host --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3486e27c..0b02bfb3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: macos-15 steps: - name: Check out uses: actions/checkout@v4