mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
keep latest
This commit is contained in:
parent
6fb7c16b1e
commit
4e6d5593fc
10 changed files with 0 additions and 424 deletions
|
|
@ -3509,47 +3509,6 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk --release
|
||||
ndk: 25.2.9519653
|
||||
|
||||
- versionName: 1.124.0
|
||||
versionCode: 173
|
||||
commit: 840d99ed25c1108c9686fa9d783602696425930c
|
||||
subdir: mobile
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y gcc-multilib libc-dev make
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
- rustup@1.25.2
|
||||
rm:
|
||||
- design
|
||||
- docker
|
||||
- machine-learning
|
||||
- mobile/ios
|
||||
- server
|
||||
- web
|
||||
prebuild:
|
||||
- cp .isar-cargo.lock .isar/Cargo.lock
|
||||
- export flutterVersion=$(sed -n -E "s/.*flutter:\s([0-9.]+)/\1/p" pubspec.yaml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $flutterVersion
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- sed -i -e "s/^\#f//" pubspec.yaml
|
||||
- sed -i -e 's/^\/\/f //' android/app/build.gradle
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- mobile/.pub-cache
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y
|
||||
- source $HOME/.cargo/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- bash ./scripts/fdroid_build_isar.sh
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
ndk: 25.2.9519653
|
||||
|
||||
- versionName: 1.124.2
|
||||
versionCode: 175
|
||||
commit: 8d836ae04f9119d964326bc8e4bc9d3a24b5c084
|
||||
|
|
|
|||
|
|
@ -3424,294 +3424,6 @@ Builds:
|
|||
gradleprops:
|
||||
- reactNativeArchitectures=x86_64
|
||||
|
||||
- versionName: 2.3.1
|
||||
versionCode: 398001
|
||||
commit: 2cf175d772f85e3da72fef1113767f1274b0c19a
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y make npm gcc libc-dev
|
||||
- apt-get install -t bookworm-backports -y golang-go
|
||||
- npm -g install yarn
|
||||
init: npm install --build-from-source
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- go@go1.23.3
|
||||
- BitBoxSwiss-gomobile@0cc14f92bb9c1f0672229aababacac30cfa08b97
|
||||
- bitbox-wallet-app@9800ab44c997f6ec7f037271275cddfd28faf4b1
|
||||
rm:
|
||||
- android/app/libs/mobileserver.aar
|
||||
prebuild:
|
||||
- export COMMIT_REF=$(git rev-parse --short HEAD)
|
||||
- git -C $$bitbox-wallet-app$$ checkout -f "$(cat libs/BITBOX_BRIDGE_COMMIT)"
|
||||
- sed -i -e 's/PerCPUArchitecture = .*/PerCPUArchitecture = true/' build.gradle
|
||||
- cd ../../
|
||||
- sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle
|
||||
- sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle
|
||||
- npm remove react-native-vision-camera
|
||||
- npm run bundle:android
|
||||
- sdkmanager 'platforms;android-26'
|
||||
scanignore:
|
||||
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||
- node_modules/bcrypt-react-native/android/build.gradle
|
||||
- node_modules/lottie-react-native/android/build.gradle
|
||||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||
- node_modules/react-native-bars/android/build.gradle
|
||||
- node_modules/react-native-biometrics/android/build.gradle
|
||||
- node_modules/react-native-bootsplash/android/build.gradle
|
||||
- node_modules/react-native-device-info/android/build.gradle
|
||||
- node_modules/react-native-encrypted-storage/android/build.gradle
|
||||
- node_modules/react-native-fast-image/android/build.gradle
|
||||
- node_modules/react-native-get-random-values/android/build.gradle
|
||||
- node_modules/react-native-linear-gradient/android/build.gradle
|
||||
- node_modules/react-native-nfc-manager/android/build.gradle
|
||||
- node_modules/@react-native-picker/picker/android/build.gradle
|
||||
- node_modules/react-native/ReactAndroid/publish.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native-securerandom/android/build.gradle
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
- node_modules/react-native-text-size/android/build.gradle
|
||||
- node_modules/react-native-video/android/build.gradle
|
||||
- node_modules/react-native-webview/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
build:
|
||||
- pushd $$go$$/src
|
||||
- ./make.bash
|
||||
- popd
|
||||
- export GOPATH=$$go$$
|
||||
- export PATH="$GOPATH/bin:$PATH"
|
||||
- pushd $$BitBoxSwiss-gomobile$$/cmd/gomobile
|
||||
- go install .
|
||||
- popd
|
||||
- pushd $$bitbox-wallet-app$$/backend/mobileserver
|
||||
- gomobile init
|
||||
- gomobile bind -x -a -glflags="-mod=readonly" -ldflags="-s -w" -target "android/arm"
|
||||
-androidapi 26 .
|
||||
- popd
|
||||
- mv $$bitbox-wallet-app$$/backend/mobileserver/mobileserver.aar libs
|
||||
ndk: 25.1.8937393
|
||||
gradleprops:
|
||||
- reactNativeArchitectures=armeabi-v7a
|
||||
|
||||
- versionName: 2.3.1
|
||||
versionCode: 398002
|
||||
commit: 2cf175d772f85e3da72fef1113767f1274b0c19a
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y make npm gcc libc-dev
|
||||
- apt-get install -t bookworm-backports -y golang-go
|
||||
- npm -g install yarn
|
||||
init: npm install --build-from-source
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- go@go1.23.3
|
||||
- BitBoxSwiss-gomobile@0cc14f92bb9c1f0672229aababacac30cfa08b97
|
||||
- bitbox-wallet-app@9800ab44c997f6ec7f037271275cddfd28faf4b1
|
||||
rm:
|
||||
- android/app/libs/mobileserver.aar
|
||||
prebuild:
|
||||
- export COMMIT_REF=$(git rev-parse --short HEAD)
|
||||
- git -C $$bitbox-wallet-app$$ checkout -f "$(cat libs/BITBOX_BRIDGE_COMMIT)"
|
||||
- sed -i -e 's/PerCPUArchitecture = .*/PerCPUArchitecture = true/' build.gradle
|
||||
- cd ../../
|
||||
- sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle
|
||||
- sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle
|
||||
- npm remove react-native-vision-camera
|
||||
- npm run bundle:android
|
||||
- sdkmanager 'platforms;android-26'
|
||||
scanignore:
|
||||
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||
- node_modules/bcrypt-react-native/android/build.gradle
|
||||
- node_modules/lottie-react-native/android/build.gradle
|
||||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||
- node_modules/react-native-bars/android/build.gradle
|
||||
- node_modules/react-native-biometrics/android/build.gradle
|
||||
- node_modules/react-native-bootsplash/android/build.gradle
|
||||
- node_modules/react-native-device-info/android/build.gradle
|
||||
- node_modules/react-native-encrypted-storage/android/build.gradle
|
||||
- node_modules/react-native-fast-image/android/build.gradle
|
||||
- node_modules/react-native-get-random-values/android/build.gradle
|
||||
- node_modules/react-native-linear-gradient/android/build.gradle
|
||||
- node_modules/react-native-nfc-manager/android/build.gradle
|
||||
- node_modules/@react-native-picker/picker/android/build.gradle
|
||||
- node_modules/react-native/ReactAndroid/publish.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native-securerandom/android/build.gradle
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
- node_modules/react-native-text-size/android/build.gradle
|
||||
- node_modules/react-native-video/android/build.gradle
|
||||
- node_modules/react-native-webview/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
build:
|
||||
- pushd $$go$$/src
|
||||
- ./make.bash
|
||||
- popd
|
||||
- export GOPATH=$$go$$
|
||||
- export PATH="$GOPATH/bin:$PATH"
|
||||
- pushd $$BitBoxSwiss-gomobile$$/cmd/gomobile
|
||||
- go install .
|
||||
- popd
|
||||
- pushd $$bitbox-wallet-app$$/backend/mobileserver
|
||||
- gomobile init
|
||||
- gomobile bind -x -a -glflags="-mod=readonly" -ldflags="-s -w" -target "android/386"
|
||||
-androidapi 26 .
|
||||
- popd
|
||||
- mv $$bitbox-wallet-app$$/backend/mobileserver/mobileserver.aar libs
|
||||
ndk: 25.1.8937393
|
||||
gradleprops:
|
||||
- reactNativeArchitectures=x86
|
||||
|
||||
- versionName: 2.3.1
|
||||
versionCode: 398003
|
||||
commit: 2cf175d772f85e3da72fef1113767f1274b0c19a
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y make npm gcc libc-dev
|
||||
- apt-get install -t bookworm-backports -y golang-go
|
||||
- npm -g install yarn
|
||||
init: npm install --build-from-source
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- go@go1.23.3
|
||||
- BitBoxSwiss-gomobile@0cc14f92bb9c1f0672229aababacac30cfa08b97
|
||||
- bitbox-wallet-app@9800ab44c997f6ec7f037271275cddfd28faf4b1
|
||||
rm:
|
||||
- android/app/libs/mobileserver.aar
|
||||
prebuild:
|
||||
- export COMMIT_REF=$(git rev-parse --short HEAD)
|
||||
- git -C $$bitbox-wallet-app$$ checkout -f "$(cat libs/BITBOX_BRIDGE_COMMIT)"
|
||||
- sed -i -e 's/PerCPUArchitecture = .*/PerCPUArchitecture = true/' build.gradle
|
||||
- cd ../../
|
||||
- sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle
|
||||
- sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle
|
||||
- npm remove react-native-vision-camera
|
||||
- npm run bundle:android
|
||||
- sdkmanager 'platforms;android-26'
|
||||
scanignore:
|
||||
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||
- node_modules/bcrypt-react-native/android/build.gradle
|
||||
- node_modules/lottie-react-native/android/build.gradle
|
||||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||
- node_modules/react-native-bars/android/build.gradle
|
||||
- node_modules/react-native-biometrics/android/build.gradle
|
||||
- node_modules/react-native-bootsplash/android/build.gradle
|
||||
- node_modules/react-native-device-info/android/build.gradle
|
||||
- node_modules/react-native-encrypted-storage/android/build.gradle
|
||||
- node_modules/react-native-fast-image/android/build.gradle
|
||||
- node_modules/react-native-get-random-values/android/build.gradle
|
||||
- node_modules/react-native-linear-gradient/android/build.gradle
|
||||
- node_modules/react-native-nfc-manager/android/build.gradle
|
||||
- node_modules/@react-native-picker/picker/android/build.gradle
|
||||
- node_modules/react-native/ReactAndroid/publish.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native-securerandom/android/build.gradle
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
- node_modules/react-native-text-size/android/build.gradle
|
||||
- node_modules/react-native-video/android/build.gradle
|
||||
- node_modules/react-native-webview/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
build:
|
||||
- pushd $$go$$/src
|
||||
- ./make.bash
|
||||
- popd
|
||||
- export GOPATH=$$go$$
|
||||
- export PATH="$GOPATH/bin:$PATH"
|
||||
- pushd $$BitBoxSwiss-gomobile$$/cmd/gomobile
|
||||
- go install .
|
||||
- popd
|
||||
- pushd $$bitbox-wallet-app$$/backend/mobileserver
|
||||
- gomobile init
|
||||
- gomobile bind -x -a -glflags="-mod=readonly" -ldflags="-s -w" -target "android/arm64"
|
||||
-androidapi 26 .
|
||||
- popd
|
||||
- mv $$bitbox-wallet-app$$/backend/mobileserver/mobileserver.aar libs
|
||||
ndk: 25.1.8937393
|
||||
gradleprops:
|
||||
- reactNativeArchitectures=arm64-v8a
|
||||
|
||||
- versionName: 2.3.1
|
||||
versionCode: 398004
|
||||
commit: 2cf175d772f85e3da72fef1113767f1274b0c19a
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y make npm gcc libc-dev
|
||||
- apt-get install -t bookworm-backports -y golang-go
|
||||
- npm -g install yarn
|
||||
init: npm install --build-from-source
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- go@go1.23.3
|
||||
- BitBoxSwiss-gomobile@0cc14f92bb9c1f0672229aababacac30cfa08b97
|
||||
- bitbox-wallet-app@9800ab44c997f6ec7f037271275cddfd28faf4b1
|
||||
rm:
|
||||
- android/app/libs/mobileserver.aar
|
||||
prebuild:
|
||||
- export COMMIT_REF=$(git rev-parse --short HEAD)
|
||||
- git -C $$bitbox-wallet-app$$ checkout -f "$(cat libs/BITBOX_BRIDGE_COMMIT)"
|
||||
- sed -i -e 's/PerCPUArchitecture = .*/PerCPUArchitecture = true/' build.gradle
|
||||
- cd ../../
|
||||
- sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle
|
||||
- sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle
|
||||
- npm remove react-native-vision-camera
|
||||
- npm run bundle:android
|
||||
- sdkmanager 'platforms;android-26'
|
||||
scanignore:
|
||||
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||
- node_modules/bcrypt-react-native/android/build.gradle
|
||||
- node_modules/lottie-react-native/android/build.gradle
|
||||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||
- node_modules/react-native-bars/android/build.gradle
|
||||
- node_modules/react-native-biometrics/android/build.gradle
|
||||
- node_modules/react-native-bootsplash/android/build.gradle
|
||||
- node_modules/react-native-device-info/android/build.gradle
|
||||
- node_modules/react-native-encrypted-storage/android/build.gradle
|
||||
- node_modules/react-native-fast-image/android/build.gradle
|
||||
- node_modules/react-native-get-random-values/android/build.gradle
|
||||
- node_modules/react-native-linear-gradient/android/build.gradle
|
||||
- node_modules/react-native-nfc-manager/android/build.gradle
|
||||
- node_modules/@react-native-picker/picker/android/build.gradle
|
||||
- node_modules/react-native/ReactAndroid/publish.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native-securerandom/android/build.gradle
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
- node_modules/react-native-text-size/android/build.gradle
|
||||
- node_modules/react-native-video/android/build.gradle
|
||||
- node_modules/react-native-webview/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
build:
|
||||
- pushd $$go$$/src
|
||||
- ./make.bash
|
||||
- popd
|
||||
- export GOPATH=$$go$$
|
||||
- export PATH="$GOPATH/bin:$PATH"
|
||||
- pushd $$BitBoxSwiss-gomobile$$/cmd/gomobile
|
||||
- go install .
|
||||
- popd
|
||||
- pushd $$bitbox-wallet-app$$/backend/mobileserver
|
||||
- gomobile init
|
||||
- gomobile bind -x -a -glflags="-mod=readonly" -ldflags="-s -w" -target "android/amd64"
|
||||
-androidapi 26 .
|
||||
- popd
|
||||
- mv $$bitbox-wallet-app$$/backend/mobileserver/mobileserver.aar libs
|
||||
ndk: 25.1.8937393
|
||||
gradleprops:
|
||||
- reactNativeArchitectures=x86_64
|
||||
|
||||
- versionName: 2.3.2
|
||||
versionCode: 399001
|
||||
commit: 13201058594df18409e08f9497199942f374e744
|
||||
|
|
|
|||
|
|
@ -33,13 +33,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.1.2
|
||||
versionCode: 15
|
||||
commit: ff5a178d34c5f1edfdbc90f50541d01382205c6d
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.1.3
|
||||
versionCode: 16
|
||||
commit: bea511b4a4351a2380b62c77e026f08cc3a3a747
|
||||
|
|
|
|||
|
|
@ -576,14 +576,6 @@ Builds:
|
|||
- yes
|
||||
prebuild: sed -i -e 's/1024/2048/' ../gradle.properties
|
||||
|
||||
- versionName: 4.0.13
|
||||
versionCode: 131
|
||||
commit: e0aa133ff1cc9a09097c82a944e46d40de5048d0
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e 's/1024/2048/' ../gradle.properties
|
||||
|
||||
- versionName: 4.0.14
|
||||
versionCode: 132
|
||||
commit: 6a7b24dd93dba32a5301997c69ad951d8e0ddc3a
|
||||
|
|
|
|||
|
|
@ -14792,21 +14792,6 @@ Builds:
|
|||
scandelete:
|
||||
- app/src/androidTest/assets
|
||||
|
||||
- versionName: '20250108'
|
||||
versionCode: 20250108
|
||||
commit: 1a60ce39e3663a38d4b19a58d4be17cb7fcc7976
|
||||
subdir: app
|
||||
gradle:
|
||||
- versionDev
|
||||
rm:
|
||||
- user_manual
|
||||
prebuild:
|
||||
- mkdir -p $HOME/.gradle
|
||||
- echo "org.gradle.jvmargs=-Xmx9g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError"
|
||||
> $HOME/.gradle/gradle.properties
|
||||
scandelete:
|
||||
- app/src/androidTest/assets
|
||||
|
||||
- versionName: '20250109'
|
||||
versionCode: 20250109
|
||||
commit: 46a8e81ed14ad336ffd9d676831619ae4e4e5c5f
|
||||
|
|
|
|||
|
|
@ -1396,20 +1396,6 @@ Builds:
|
|||
- sed -i -e '/FirebaseAnalytics/d' */*.java *.java
|
||||
- sed -i -e '/gms/d' dialog/SslConfirmDialog.java sdoc/SDocWebViewActivity.java
|
||||
|
||||
- versionName: 3.0.7
|
||||
versionCode: 160
|
||||
commit: e33a89ce85b8c8d1b15c1e3058e01df074e795cf
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- sed -i -e '/firebase/d' -e '/gms/d' {.,..}/build.gradle
|
||||
- cd src/main/java/com/seafile/seadroid2/ui
|
||||
- sed -i -e '/analytics/Id' -e '/crashlytics/Id' main/MainActivity.java
|
||||
- sed -i -e '/FirebaseAnalytics/d' */*.java *.java
|
||||
- sed -i -e '/gms/d' dialog/SslConfirmDialog.java sdoc/SDocWebViewActivity.java
|
||||
../framework/util/TakeCameras.java
|
||||
|
||||
- versionName: 3.0.7
|
||||
versionCode: 161
|
||||
commit: 9ecd1ea43e8a02d632f67bb090b99ccced2ae913
|
||||
|
|
|
|||
|
|
@ -281,18 +281,6 @@ Builds:
|
|||
gradle:
|
||||
- foss
|
||||
|
||||
- versionName: 2.17.6
|
||||
versionCode: 183
|
||||
commit: ec5462103338ad6a4efaf321d90a6ef729253591
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- foss
|
||||
|
||||
- versionName: 2.17.7
|
||||
versionCode: 184
|
||||
commit: 05b95e716f1024edf5b67c86e71f8c1839990155
|
||||
|
|
|
|||
|
|
@ -7889,17 +7889,6 @@ Builds:
|
|||
scandelete:
|
||||
- app/lib
|
||||
|
||||
- versionName: '1.2257'
|
||||
versionCode: 2257
|
||||
commit: e1bb7182f693a1312afadddbaee7796f8949f3ed
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: sdkmanager 'cmake;3.22.1'
|
||||
scandelete:
|
||||
- app/lib
|
||||
|
||||
- versionName: '1.2258'
|
||||
versionCode: 2258
|
||||
commit: 784cf1e70f3b3d2bd02da851af63e85db7036fa3
|
||||
|
|
|
|||
|
|
@ -686,24 +686,6 @@ Builds:
|
|||
- sed -i -e '/firebase/d' -e '/google.services/d' ../build.gradle.kts
|
||||
- sed -i -e 's/, ":wear", ":automotive"//' ../settings.gradle.kts
|
||||
|
||||
- versionName: 2025.1.1-minimal
|
||||
versionCode: 14922
|
||||
commit: 2025.1.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- minimal
|
||||
rm:
|
||||
- automotive
|
||||
- wear
|
||||
prebuild:
|
||||
- cp ../.github/mock-google-services.json google-services.json
|
||||
- sed -i -e '/-minimal/d' -e 's/project.version.toString()/"$$VERSION$$"/' -e
|
||||
's/System.getenv("VERSION_CODE")/"$$VERCODE$$"/' -e '/firebaseAppDistribution
|
||||
{/,/}/d' -e '/firebase/d' -e '/com.google.gms/d' -e '/google.services/d' -e
|
||||
'/<GoogleServicesPluginConfig>/,/}/d' build.gradle.kts
|
||||
- sed -i -e '/firebase/d' -e '/google.services/d' ../build.gradle.kts
|
||||
- sed -i -e 's/, ":wear", ":automotive"//' ../settings.gradle.kts
|
||||
|
||||
- versionName: 2025.1.2-minimal
|
||||
versionCode: 14946
|
||||
commit: 2025.1.2
|
||||
|
|
|
|||
|
|
@ -941,16 +941,6 @@ Builds:
|
|||
- sed -i -e 's/-XX:MaxPermSize=1024m//' ../gradle.properties
|
||||
- sed -i -e '/maven.pkg.jetbrains.space/d' ../settings.gradle
|
||||
|
||||
- versionName: 1.4.320.202501090
|
||||
versionCode: 320
|
||||
commit: 7f42b015bfa24e41425b550df6ad677b6e61c555
|
||||
subdir: app
|
||||
gradle:
|
||||
- foss
|
||||
prebuild:
|
||||
- sed -i -e 's/-XX:MaxPermSize=1024m//' ../gradle.properties
|
||||
- sed -i -e '/maven.pkg.jetbrains.space/d' ../settings.gradle
|
||||
|
||||
- versionName: 1.4.321.202501100
|
||||
versionCode: 321
|
||||
commit: 6f54c41d12c61100d7734a163b6b752943bbbb2c
|
||||
|
|
|
|||
Loading…
Reference in a new issue