File tree Expand file tree Collapse file tree 3 files changed +13
-16
lines changed
Expand file tree Collapse file tree 3 files changed +13
-16
lines changed Original file line number Diff line number Diff line change 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 : |
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
Original file line number Diff line number Diff line change 22
33A 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.
13122 . 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 )
Original file line number Diff line number Diff line change 11[versions ]
22accompanistSystemuicontroller = " 0.32.0"
3- agp = " 8.7.1 "
3+ agp = " 8.7.3 "
44kotlin = " 2.0.21"
5- coreKtx = " 1.13.1 "
5+ coreKtx = " 1.15.0 "
66junit = " 4.13.2"
77junitVersion = " 1.2.1"
88espressoCore = " 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 "
1212orgEclipseJgit = " 5.13.0.202109080827-r"
1313timber = " 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 ]
1818accompanist-systemuicontroller = { module = " com.google.accompanist:accompanist-systemuicontroller" , version.ref = " accompanistSystemuicontroller" }
You can’t perform that action at this time.
0 commit comments