Skip to content

Commit dad960d

Browse files
committed
fix action error
1 parent 1560669 commit dad960d

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

.github/workflows/build-apks.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ jobs:
4343
cache: gradle
4444

4545
- name: Setup Gradle
46-
uses: gradle/actions/setup-gradle@v3
47-
with:
48-
gradle-home-cache-cleanup: true
46+
uses: gradle/actions/setup-gradle@v4
4947

5048
- name: Build with Gradle
5149
run: |
@@ -55,7 +53,7 @@ jobs:
5553
echo 'org.gradle.jvmargs=-Xmx4g'
5654
echo 'android.native.buildOutput=verbose'
5755
} >> gradle.properties
58-
sed -i 's/org.gradle.configuration-cache=true//g' gradle.properties
56+
sed -i 's/org.gradle.configuration-cache=false//g' gradle.properties
5957
./gradlew clean
6058
./gradlew assembleRelease
6159
./gradlew assembleDebug

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22

33
A Powerful Wrapper for [SubStore](https://github.com/sub-store-org/Sub-Store) on Android.
44

5-
[![Latest release](https://img.shields.io/github/v/release/ano-brick/SubCase?label=Release&logo=github)](https://github.com/ano-brick/SubCase/releases/latest)
6-
5+
[![Latest release](https://img.shields.io/github/v/release/ano-brick/SubCase?label=Release&logo=github)](https://github.com/angus-cx/SubCase/releases/latest)
76

87
<img src="https://github.com/user-attachments/assets/369af4cd-9699-4c40-ba46-7e37085ee891" width="250" >
98

109
## Features
1110

12-
1. no need root permission, no need nodejs runtime.
11+
1. no need root permission.
1312
2. easy to use.
1413

1514
## Used Library
1615

17-
1. [J2V8](https://github.com/eclipsesource/J2V8)
18-
2. [Ktor](https://ktor.io/)
16+
1. [Javet](https://github.com/caoccao/Javet)
17+
2. [Okhttp](https://github.com/square/okhttp)

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
22
accompanistSystemuicontroller = "0.32.0"
3-
agp = "8.7.1"
3+
agp = "8.7.3"
44
kotlin = "2.0.21"
5-
coreKtx = "1.13.1"
5+
coreKtx = "1.15.0"
66
junit = "4.13.2"
77
junitVersion = "1.2.1"
88
espressoCore = "3.6.1"
9-
lifecycleRuntimeKtx = "2.8.6"
10-
activityCompose = "1.9.3"
11-
composeBom = "2024.10.00"
9+
lifecycleRuntimeKtx = "2.8.7"
10+
activityCompose = "1.10.1"
11+
composeBom = "2025.03.01"
1212
orgEclipseJgit = "5.13.0.202109080827-r"
1313
timber = "5.0.1"
14-
navigationCompose = "2.8.3"
15-
material3 = "1.3.0"
14+
navigationCompose = "2.8.9"
15+
material3 = "1.3.1"
1616

1717
[libraries]
1818
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanistSystemuicontroller" }

0 commit comments

Comments
 (0)