mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
misc fixes
This commit is contained in:
parent
cd010bd7f0
commit
21ddda85c6
4 changed files with 42 additions and 76 deletions
|
|
@ -803,11 +803,50 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk
|
||||
ndk: r20
|
||||
|
||||
- versionName: 5.0.109
|
||||
versionCode: 109
|
||||
commit: 830c168c2105ff0ffe5be3ff5a94bd5fa3b3f249
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.7.6
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- samples
|
||||
- snap
|
||||
- test_driver
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- cp lib/.env.dart.example lib/.env.dart
|
||||
- cp android/app/build.gradle.dev android/app/build.gradle
|
||||
- cp android/build.gradle.foss android/build.gradle
|
||||
- cp lib/utils/app_review.dart.foss lib/utils/app_review.dart
|
||||
- cp lib/utils/oauth.dart.foss lib/utils/oauth.dart
|
||||
- cp lib/ui/app/pinput.dart.foss lib/ui/app/pinput.dart
|
||||
- cp lib/ui/app/upgrade_dialog.dart.foss lib/ui/app/upgrade_dialog.dart
|
||||
- cp android/app/src/main/AndroidManifest.foss.xml android/app/src/main/AndroidManifest.xml
|
||||
- cp pubspec.foss.yaml pubspec.yaml
|
||||
- sed -i -e '/google_sign_in/d' -e '/in_app_review/d' -e '/in_app_purchase/d'
|
||||
pubspec.yaml
|
||||
- sed -i -e '/^ google_sign_in/,/version:/d' -e '/^ in_app_review/,/version:/d'
|
||||
-e '/^ in_app_purchase/,/version:/d' pubspec.lock
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
ndk: r20
|
||||
|
||||
MaintainerNotes: server soft uses Elastic-2.0 license which is approved neither by
|
||||
OSI nor FSF, see https://invoiceninja.github.io/docs/legal/license/
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 5.0.107
|
||||
CurrentVersionCode: 107
|
||||
CurrentVersion: 5.0.109
|
||||
CurrentVersionCode: 109
|
||||
|
|
|
|||
|
|
@ -543,20 +543,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 4.4.2
|
||||
versionCode: 518
|
||||
commit: 4ec50f83d28c56bbec1f5ab220fba698b461668c
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 4.4.3
|
||||
versionCode: 519
|
||||
commit: 737ca4a9164154bba2fd2f79bd07cea2d9e6d019
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 4.4.4
|
||||
versionCode: 520
|
||||
commit: 080c2724cd98c071259d31ccfd96aae87960469f
|
||||
|
|
|
|||
|
|
@ -43,13 +43,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.8.1
|
||||
versionCode: 28
|
||||
commit: 324fc204e573f141c383a85d229d933910a81150
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.8.2
|
||||
versionCode: 29
|
||||
commit: d4a92d9dd04c1b0ed906193a9c07331d48ff8618
|
||||
|
|
|
|||
|
|
@ -3292,61 +3292,9 @@ Builds:
|
|||
- npm run build-android-assets
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 0.2302.17-beta-fdroid
|
||||
versionCode: 146
|
||||
disable: fails to build
|
||||
commit: c6d8906dfeb8935b71bd1e4259989536800b2c17
|
||||
timeout: 80000
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y g++ g++-multilib make libtool python2 python-is-python2
|
||||
autoconf automake libtool
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.gz
|
||||
- echo "858c5201c9572a8ec797f6cb966669cd38d5b5181b93eb5917f9ebdf89471b9f node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz
|
||||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||||
- sysctl fs.inotify.max_user_watches=524288
|
||||
- npm install -g react-native-cli
|
||||
init: npm install --no-optional
|
||||
gradle:
|
||||
- fdroid
|
||||
srclibs:
|
||||
- NodejsMobile@nodejs-mobile-v0.3.3
|
||||
rm:
|
||||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||||
- node_modules/react-native/template/
|
||||
- desktop
|
||||
- ios
|
||||
- test
|
||||
prebuild:
|
||||
- sed -i -e '/lifecycle/d' ../build.gradle
|
||||
- sed -i -e '/signingConfig signingConfigs/d' build.gradle
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- node_modules/react-native/android
|
||||
- node_modules/jsc-android
|
||||
- node_modules/hermes-engine
|
||||
- node_modules/react-native-blurhash/android/build.gradle
|
||||
- node_modules/react-native-localize/android/build.gradle
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
- node_modules/react-native-vector-icons/android/build.gradle
|
||||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
build:
|
||||
- pushd $$NodejsMobile$$
|
||||
- ./tools/android_build.sh $$NDK$$ arm
|
||||
- ./tools/android_build.sh $$NDK$$ arm64
|
||||
- popd
|
||||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||||
- npm run build-android-assets
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 0.2303.3-beta-fdroid
|
||||
versionCode: 147
|
||||
disable: require node 16
|
||||
commit: a4177165b2ce7c5b413f3dde1d7dfc0812804712
|
||||
timeout: 80000
|
||||
subdir: android/app
|
||||
|
|
|
|||
Loading…
Reference in a new issue