forked from LSPosed/LSPosed
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Annonce support for Android 15 Beta 4
- Loading branch information
1 parent
b563131
commit 4666b13
Showing
7 changed files
with
44 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,13 +41,14 @@ jobs: | |
fi | ||
- name: Checkout libxposed/api | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@main | ||
with: | ||
repository: libxposed/api | ||
path: libxposed/api | ||
ref: 54582730315ba4a3d7cfaf9baf9d23c419e07006 | ||
|
||
- name: Checkout libxposed/service | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@main | ||
with: | ||
repository: libxposed/service | ||
path: libxposed/service | ||
|
@@ -63,14 +64,26 @@ jobs: | |
with: | ||
gradle-home-cache-cleanup: true | ||
|
||
- name: Set up ccache | ||
- name: Setup Android SDK | ||
uses: android-actions/setup-android@v3 | ||
|
||
- name: Setup ninja | ||
uses: seanmiddleditch/gha-setup-ninja@master | ||
with: | ||
version: 1.12.0 | ||
|
||
- name: Setup ccache | ||
uses: hendrikmuhs/[email protected] | ||
with: | ||
max-size: 2G | ||
key: ${{ runner.os }} | ||
restore-keys: ${{ runner.os }} | ||
save: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} | ||
|
||
- name: Remove Android's cmake | ||
shell: bash | ||
run: rm -rf $ANDROID_HOME/cmake | ||
|
||
- name: Build dependencies | ||
working-directory: libxposed | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Support Android 15 Beta 4 ! | ||
|
||
Special thanks to the [mywalkb/LSPosed_mod](https://github.com/mywalkb/LSPosed_mod) project for parsing stripped `libart.so` of Android 15. | ||
|
||
**Full Changelog**: [v1.9.2...v1.10.0](https://github.com/JingMatrix/LSPosed/compare/v1.9.2...v1.10.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"version": "v1.10.0", | ||
"versionCode": 7068, | ||
"zipUrl": "https://github.com/JingMatrix/LSPosed/releases/download/v1.10.0/LSPosed-v1.10.0-7068-riru-release.zip", | ||
"changelog": "https://raw.githubusercontent.com/JingMatrix/LSPosed/master/magisk-loader/update/changelog.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"version": "v1.10.0", | ||
"versionCode": 7068, | ||
"zipUrl": "https://github.com/JingMatrix/LSPosed/releases/download/v1.10.0/LSPosed-v1.10.0-7068-zygisk-release.zip", | ||
"changelog": "https://raw.githubusercontent.com/JingMatrix/LSPosed/master/magisk-loader/update/changelog.md" | ||
} |