mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Update auth to 2.0.56 (256)
This commit is contained in:
parent
b123db5ac5
commit
0c062e5442
1 changed files with 51 additions and 2 deletions
|
|
@ -1288,8 +1288,57 @@ Builds:
|
|||
- flutter/bin/flutter build apk --flavor fdroid -t lib/main.dart
|
||||
ndk: r21
|
||||
|
||||
- versionName: 2.0.56
|
||||
versionCode: 256
|
||||
commit: b39b470b959095f0c7180326daadfa9bd77ba182
|
||||
subdir: auth
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y automake libtool make
|
||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- libsodium@ee009287afd480b60a9a4d75b19afdc0f705e9d9
|
||||
rm:
|
||||
- auth/ios
|
||||
- auth/linux
|
||||
- auth/macos
|
||||
- auth/migration-guides
|
||||
- auth/web
|
||||
- auth/windows
|
||||
- cli
|
||||
- desktop
|
||||
- mobile
|
||||
- server
|
||||
- web
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter config --no-analytics
|
||||
- flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- auth/flutter/bin/cache
|
||||
scandelete:
|
||||
- auth/flutter
|
||||
- auth/.pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- pushd $$libsodium$$
|
||||
- ./autogen.sh -s
|
||||
- ./dist-build/android-armv7-a.sh
|
||||
- ./dist-build/android-armv8-a.sh
|
||||
- ./dist-build/android-x86.sh
|
||||
- ./dist-build/android-x86_64.sh
|
||||
- popd
|
||||
- cp $$libsodium$$/libsodium-android-armv7-a/lib/libsodium.so $PUB_CACHE/hosted/pub.dev/sodium_libs-2.2.1+1/android/src/main/jniLibs/armeabi-v7a/
|
||||
- cp $$libsodium$$/libsodium-android-westmere/lib/libsodium.so $PUB_CACHE/hosted/pub.dev/sodium_libs-2.2.1+1/android/src/main/jniLibs/x86_64/
|
||||
- cp $$libsodium$$/libsodium-android-armv8-a+crypto/lib/libsodium.so $PUB_CACHE/hosted/pub.dev/sodium_libs-2.2.1+1/android/src/main/jniLibs/arm64-v8a/
|
||||
- cp $$libsodium$$/libsodium-android-i686/lib/libsodium.so $PUB_CACHE/hosted/pub.dev/sodium_libs-2.2.1+1/android/src/main/jniLibs/x86/
|
||||
- flutter/bin/flutter packages pub run flutter_launcher_icons:main -f fdroid_flutter_icons.yaml
|
||||
- flutter/bin/flutter build apk --flavor fdroid -t lib/main.dart
|
||||
ndk: r21
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^auth-v
|
||||
UpdateCheckData: auth/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.0.55
|
||||
CurrentVersionCode: 255
|
||||
CurrentVersion: 2.0.56
|
||||
CurrentVersionCode: 256
|
||||
|
|
|
|||
Loading…
Reference in a new issue