Skip to content

Commit 3d9d08c

Browse files
JingMatrixuurcan7
andcommitted
Update dependencies and CI packages
Merge of pull-requests: #238 #243 #248 Co-authored-by: ugurcan <uurcan70@gmail.com>
1 parent 52f84ea commit 3d9d08c

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

.github/workflows/core.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,14 @@ jobs:
7373
version: latest
7474

7575
- name: Setup ccache
76-
uses: hendrikmuhs/ccache-action@v1.2
76+
uses: actions/cache@v4
7777
with:
78-
max-size: 2G
79-
key: ${{ runner.os }}
80-
restore-keys: ${{ runner.os }}
81-
save: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
78+
path: |
79+
~/.ccache
80+
${{ github.workspace }}/.ccache
81+
key: ${{ runner.os }}-ccache-${{ hashFiles('**/build.gradle') }}-${{ hashFiles('**/CMakeLists.txt') }}
82+
restore-keys: |
83+
${{ runner.os }}-ccache-
8284
8385
- name: Setup Android SDK
8486
uses: android-actions/setup-android@v3

apache/commons-lang

Submodule commons-lang updated 140 files

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.9.0"
2+
agp = "8.9.1"
33
kotlin = "2.1.20"
44
nav = "2.8.9"
55
appcenter = "5.0.5"
@@ -35,7 +35,7 @@ androidx-activity = { module = "androidx.activity:activity", version = "1.10.1"
3535
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.1" }
3636
androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" }
3737
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" }
38-
androidx-core = { module = "androidx.core:core", version = "1.15.0" }
38+
androidx-core = { module = "androidx.core:core", version = "1.16.0" }
3939
androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.6" }
4040
androidx-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "nav" }
4141
androidx-navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "nav" }
@@ -53,10 +53,10 @@ okhttp-logging-interceptor = { group = "com.squareup.okhttp3", name = "logging-i
5353
agp-apksig = { group = "com.android.tools.build", name = "apksig", version.ref = "agp" }
5454
appiconloader = { module = "me.zhanghai.android.appiconloader:appiconloader", version = "1.5.0" }
5555
material = { module = "com.google.android.material:material", version = "1.12.0" }
56-
gson = { module = "com.google.code.gson:gson", version = "2.12.1" }
56+
gson = { module = "com.google.code.gson:gson", version = "2.13.0" }
5757
hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "6.1" }
5858
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
59-
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.10.1" }
59+
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.10.2" }
6060

6161
libxposed-api = { group = "io.github.libxposed", name = "api", version.ref = "libxposed" }
6262
libxposed-interface = { group = "io.github.libxposed", name = "interface", version.ref = "libxposed" }

0 commit comments

Comments
 (0)