mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update Yatoo to 0.10.0 (20)
This commit is contained in:
parent
d59508abd4
commit
0b46b45855
1 changed files with 26 additions and 2 deletions
|
|
@ -174,10 +174,34 @@ Builds:
|
|||
- popd
|
||||
- gradle assembleRelease
|
||||
|
||||
- versionName: 0.10.0
|
||||
versionCode: 20
|
||||
commit: 695109f963aad582cd37b9590527eb7bb80e1934
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y npm
|
||||
output: build/outputs/apk/release/app-release-unsigned.apk
|
||||
prebuild:
|
||||
- cd ../..
|
||||
- npm ci
|
||||
- find node_modules/ -iname "*.node" -exec rm {} \;
|
||||
- sed -i -e '/gms/d' android/build.gradle
|
||||
scanignore:
|
||||
- node_modules/@capacitor/cli/assets/capacitor-cordova-android-plugins.tar.gz
|
||||
scandelete:
|
||||
- node_modules/
|
||||
build:
|
||||
- pushd ../..
|
||||
- COMMIT_HASH=$(git rev-parse --short=7 HEAD) npm run build-prod
|
||||
- npx cap sync android
|
||||
- popd
|
||||
- gradle assembleRelease
|
||||
|
||||
AllowedAPKSigningKeys: 0b712c45eba65a7ee6e5ba3b4d0ab62e0a3c5386c1007b2047c2a58de9c79f31
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: android/app/build.gradle|versionCode\s(\d+)||v([\d.]+)
|
||||
CurrentVersion: 0.9.0
|
||||
CurrentVersionCode: 19
|
||||
CurrentVersion: 0.10.0
|
||||
CurrentVersionCode: 20
|
||||
|
|
|
|||
Loading…
Reference in a new issue