mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Update Clash Meta For Android to 2.10.4 (210004)
This commit is contained in:
parent
3611b272e7
commit
cdc00ec8cb
1 changed files with 20 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ WebSite: https://docs.metacubex.one
|
|||
SourceCode: https://github.com/MetaCubeX/ClashMetaForAndroid
|
||||
IssueTracker: https://github.com/MetaCubeX/ClashMetaForAndroid/issues
|
||||
|
||||
Name: ClashMetaForAndroid
|
||||
Name: Clash Meta For Android
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/MetaCubeX/ClashMetaForAndroid.git
|
||||
|
|
@ -525,8 +525,25 @@ Builds:
|
|||
-e 's/:$kaidl/:7710f4347c/' ../settings.gradle.kts
|
||||
ndk: r23
|
||||
|
||||
- versionName: 2.10.4.Meta
|
||||
versionCode: 210004
|
||||
commit: 4df39342a2b88ce2c6fd367a81f3ae6c8dadeef3
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -t bookworm-backports -y golang-go
|
||||
gradle:
|
||||
- meta
|
||||
prebuild:
|
||||
- sed -i -e '/isEnable = true/d' -e 's|raw.githubusercontent.com/.*/releases|jitpack.io|'
|
||||
../build.gradle.kts
|
||||
- sed -i -e 's/com.github.kr328.golang:gradle-plugin:$golang/com.github.Kr328.golang-android-plugin:gradle-plugin:cc84891461/'
|
||||
-e 's/:$kaidl/:7710f4347c/' ../settings.gradle.kts
|
||||
ndk: r23
|
||||
|
||||
AutoUpdateMode: Version +.Meta v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckName: com.github.metacubex.clash
|
||||
CurrentVersion: 2.10.3
|
||||
CurrentVersionCode: 210003
|
||||
CurrentVersion: 2.10.4
|
||||
CurrentVersionCode: 210004
|
||||
|
|
|
|||
Loading…
Reference in a new issue