Update dependencies
This commit is contained in:
parent
0e457e3247
commit
e9cb36b267
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
@ -41,14 +41,14 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Checkout libxposed/api
|
- name: Checkout libxposed/api
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: libxposed/api
|
repository: libxposed/api
|
||||||
path: libxposed/api
|
path: libxposed/api
|
||||||
ref: 54582730315ba4a3d7cfaf9baf9d23c419e07006
|
ref: 54582730315ba4a3d7cfaf9baf9d23c419e07006
|
||||||
|
|
||||||
- name: Checkout libxposed/service
|
- name: Checkout libxposed/service
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: libxposed/service
|
repository: libxposed/service
|
||||||
path: libxposed/service
|
path: libxposed/service
|
||||||
|
|
@ -68,7 +68,7 @@ jobs:
|
||||||
version: 1.12.1
|
version: 1.12.1
|
||||||
|
|
||||||
- name: Setup ccache
|
- name: Setup ccache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.ccache
|
~/.ccache
|
||||||
|
|
@ -110,19 +110,19 @@ jobs:
|
||||||
unzip magisk-loader/release/LSPosed-v*-zygisk-debug.zip -d LSPosed-zygisk-debug
|
unzip magisk-loader/release/LSPosed-v*-zygisk-debug.zip -d LSPosed-zygisk-debug
|
||||||
|
|
||||||
- name: Upload zygisk release
|
- name: Upload zygisk release
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.prepareArtifact.outputs.zygiskReleaseName }}
|
name: ${{ steps.prepareArtifact.outputs.zygiskReleaseName }}
|
||||||
path: "./LSPosed-zygisk-release/*"
|
path: "./LSPosed-zygisk-release/*"
|
||||||
|
|
||||||
- name: Upload zygisk debug
|
- name: Upload zygisk debug
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.prepareArtifact.outputs.zygiskDebugName }}
|
name: ${{ steps.prepareArtifact.outputs.zygiskDebugName }}
|
||||||
path: "./LSPosed-zygisk-debug/*"
|
path: "./LSPosed-zygisk-debug/*"
|
||||||
|
|
||||||
- name: Upload mappings
|
- name: Upload mappings
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: mappings
|
name: mappings
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -130,7 +130,7 @@ jobs:
|
||||||
app/build/outputs/mapping
|
app/build/outputs/mapping
|
||||||
|
|
||||||
- name: Upload symbols
|
- name: Upload symbols
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: symbols
|
name: symbols
|
||||||
path: build/symbols
|
path: build/symbols
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 52d1b7bfdfe22fa8ff0e9f0c8a6a7b6a70f3ab69
|
Subproject commit 623235ebca46bea1a6e8cc02b7d7084c1698ab80
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3fccfb8a80804ff1269af71f0a43c8934ca36c92
|
Subproject commit 0e078f6ed0624be8babc43bd145371d9f3a08aab
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
[versions]
|
[versions]
|
||||||
agp = "8.13.0"
|
agp = "8.13.1"
|
||||||
kotlin = "2.2.20"
|
kotlin = "2.2.21"
|
||||||
nav = "2.9.5"
|
nav = "2.9.6"
|
||||||
appcenter = "5.0.5"
|
appcenter = "5.0.5"
|
||||||
libxposed = "100"
|
libxposed = "100"
|
||||||
glide = "5.0.5"
|
glide = "5.0.5"
|
||||||
okhttp = "5.2.0"
|
okhttp = "5.3.2"
|
||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
agp-lib = { id = "com.android.library", version.ref = "agp" }
|
agp-lib = { id = "com.android.library", version.ref = "agp" }
|
||||||
|
|
@ -31,7 +31,7 @@ rikkax-recyclerview = { module = "dev.rikka.rikkax.recyclerview:recyclerview-ktx
|
||||||
rikkax-widget-borderview = { module = "dev.rikka.rikkax.widget:borderview", version = "1.1.0" }
|
rikkax-widget-borderview = { module = "dev.rikka.rikkax.widget:borderview", version = "1.1.0" }
|
||||||
rikkax-widget-mainswitchbar = { module = "dev.rikka.rikkax.widget:mainswitchbar", version = "1.0.2" }
|
rikkax-widget-mainswitchbar = { module = "dev.rikka.rikkax.widget:mainswitchbar", version = "1.0.2" }
|
||||||
|
|
||||||
androidx-activity = { module = "androidx.activity:activity", version = "1.11.0" }
|
androidx-activity = { module = "androidx.activity:activity", version = "1.12.1" }
|
||||||
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.1" }
|
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.1" }
|
||||||
androidx-browser = { module = "androidx.browser:browser", version = "1.9.0" }
|
androidx-browser = { module = "androidx.browser:browser", version = "1.9.0" }
|
||||||
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" }
|
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" }
|
||||||
|
|
@ -41,7 +41,7 @@ androidx-navigation-fragment = { group = "androidx.navigation", name = "navigati
|
||||||
androidx-navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "nav" }
|
androidx-navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "nav" }
|
||||||
androidx-preference = { module = "androidx.preference:preference", version = "1.2.1" }
|
androidx-preference = { module = "androidx.preference:preference", version = "1.2.1" }
|
||||||
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.4.0" }
|
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.4.0" }
|
||||||
androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version = "1.2.0-beta01" }
|
androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version = "1.2.0" }
|
||||||
|
|
||||||
glide = { group = "com.github.bumptech.glide", name = "glide", version.ref = "glide" }
|
glide = { group = "com.github.bumptech.glide", name = "glide", version.ref = "glide" }
|
||||||
glide-compiler = { group = "com.github.bumptech.glide", name = "compiler", version.ref = "glide" }
|
glide-compiler = { group = "com.github.bumptech.glide", name = "compiler", version.ref = "glide" }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue