mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
fcitx5 android clipboard_filter: deinit submodule
This commit is contained in:
parent
ee7107904e
commit
d0a621c1d0
1 changed files with 2 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ Builds:
|
|||
prebuild:
|
||||
- cp -R ../../gradle .
|
||||
- cd ../..
|
||||
- git submodule deinit --all
|
||||
- buildTimestamp=$(curl -L https://github.com/fcitx5-android/fcitx5-android/releases/download/0.0.8/build-metadata.plugin.clipboard_filter.json
|
||||
| sed -n -E 's/.*timestamp.*"(.*)"$/\1/p')
|
||||
- echo -e "\nbuildTimestamp=$buildTimestamp" >> gradle.properties
|
||||
|
|
@ -64,6 +65,6 @@ UpdateCheckMode: HTTP
|
|||
VercodeOperation:
|
||||
- 10 * %c + 2
|
||||
UpdateCheckData: https://raw.githubusercontent.com/fcitx5-android/fcitx5-android/master/build-logic/convention/src/main/kotlin/Versions.kt|baseVersionCode
|
||||
= (\d+)|https://github.com/fcitx5-android/fcitx5-android/releases/latest/download/build-metadata.plugin.clipboard-filter.json|"versionName":\s"(.*)"
|
||||
= (\d+)|https://github.com/fcitx5-android/fcitx5-android/releases/latest/download/build-metadata.plugin.clipboard_filter.json|"versionName":\s"(.*)"
|
||||
CurrentVersion: 0.0.8-0-g4c8399ad
|
||||
CurrentVersionCode: 62
|
||||
|
|
|
|||
Loading…
Reference in a new issue