mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
misc fixes
This commit is contained in:
parent
86f4ed1ef6
commit
7afc1e96b7
9 changed files with 39 additions and 41 deletions
|
|
@ -2265,6 +2265,7 @@ Builds:
|
||||||
output: build/app/outputs/flutter-apk/app-*-localmonero-release.apk
|
output: build/app/outputs/flutter-apk/app-*-localmonero-release.apk
|
||||||
prebuild:
|
prebuild:
|
||||||
- sed -i -e '/ndk {/,/^ }/d' android/app/build.gradle
|
- sed -i -e '/ndk {/,/^ }/d' android/app/build.gradle
|
||||||
|
- sed -i -e 's/download.flutter.io/maven.google.com/' android/build.gradle
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- submodules/flutter/bin/flutter config --no-analytics
|
- submodules/flutter/bin/flutter config --no-analytics
|
||||||
- submodules/flutter/bin/flutter packages pub get
|
- submodules/flutter/bin/flutter packages pub get
|
||||||
|
|
@ -2286,6 +2287,7 @@ Builds:
|
||||||
output: build/app/outputs/flutter-apk/app-*-localmonero-release.apk
|
output: build/app/outputs/flutter-apk/app-*-localmonero-release.apk
|
||||||
prebuild:
|
prebuild:
|
||||||
- sed -i -e '/ndk {/,/^ }/d' android/app/build.gradle
|
- sed -i -e '/ndk {/,/^ }/d' android/app/build.gradle
|
||||||
|
- sed -i -e 's/download.flutter.io/maven.google.com/' android/build.gradle
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- submodules/flutter/bin/flutter config --no-analytics
|
- submodules/flutter/bin/flutter config --no-analytics
|
||||||
- submodules/flutter/bin/flutter packages pub get
|
- submodules/flutter/bin/flutter packages pub get
|
||||||
|
|
@ -2307,6 +2309,7 @@ Builds:
|
||||||
output: build/app/outputs/flutter-apk/app-*-localmonero-release.apk
|
output: build/app/outputs/flutter-apk/app-*-localmonero-release.apk
|
||||||
prebuild:
|
prebuild:
|
||||||
- sed -i -e '/ndk {/,/^ }/d' android/app/build.gradle
|
- sed -i -e '/ndk {/,/^ }/d' android/app/build.gradle
|
||||||
|
- sed -i -e 's/download.flutter.io/maven.google.com/' android/build.gradle
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- submodules/flutter/bin/flutter config --no-analytics
|
- submodules/flutter/bin/flutter config --no-analytics
|
||||||
- submodules/flutter/bin/flutter packages pub get
|
- submodules/flutter/bin/flutter packages pub get
|
||||||
|
|
|
||||||
|
|
@ -1956,6 +1956,7 @@ Builds:
|
||||||
output: build/app/outputs/flutter-apk/app-*-agoradesk-release.apk
|
output: build/app/outputs/flutter-apk/app-*-agoradesk-release.apk
|
||||||
prebuild:
|
prebuild:
|
||||||
- sed -i -e '/ndk {/,/^ }/d' android/app/build.gradle
|
- sed -i -e '/ndk {/,/^ }/d' android/app/build.gradle
|
||||||
|
- sed -i -e 's/download.flutter.io/maven.google.com/' android/build.gradle
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- submodules/flutter/bin/flutter config --no-analytics
|
- submodules/flutter/bin/flutter config --no-analytics
|
||||||
- submodules/flutter/bin/flutter packages pub get
|
- submodules/flutter/bin/flutter packages pub get
|
||||||
|
|
@ -1977,6 +1978,7 @@ Builds:
|
||||||
output: build/app/outputs/flutter-apk/app-*-agoradesk-release.apk
|
output: build/app/outputs/flutter-apk/app-*-agoradesk-release.apk
|
||||||
prebuild:
|
prebuild:
|
||||||
- sed -i -e '/ndk {/,/^ }/d' android/app/build.gradle
|
- sed -i -e '/ndk {/,/^ }/d' android/app/build.gradle
|
||||||
|
- sed -i -e 's/download.flutter.io/maven.google.com/' android/build.gradle
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- submodules/flutter/bin/flutter config --no-analytics
|
- submodules/flutter/bin/flutter config --no-analytics
|
||||||
- submodules/flutter/bin/flutter packages pub get
|
- submodules/flutter/bin/flutter packages pub get
|
||||||
|
|
@ -1998,6 +2000,7 @@ Builds:
|
||||||
output: build/app/outputs/flutter-apk/app-*-agoradesk-release.apk
|
output: build/app/outputs/flutter-apk/app-*-agoradesk-release.apk
|
||||||
prebuild:
|
prebuild:
|
||||||
- sed -i -e '/ndk {/,/^ }/d' android/app/build.gradle
|
- sed -i -e '/ndk {/,/^ }/d' android/app/build.gradle
|
||||||
|
- sed -i -e 's/download.flutter.io/maven.google.com/' android/build.gradle
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- submodules/flutter/bin/flutter config --no-analytics
|
- submodules/flutter/bin/flutter config --no-analytics
|
||||||
- submodules/flutter/bin/flutter packages pub get
|
- submodules/flutter/bin/flutter packages pub get
|
||||||
|
|
|
||||||
|
|
@ -46,10 +46,9 @@ Builds:
|
||||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
||||||
'assets/*.xml'
|
'assets/*.xml'
|
||||||
|
|
||||||
- versionName: 8.7.1
|
- versionName: 8.7.1-hotfix
|
||||||
versionCode: 129
|
versionCode: 130
|
||||||
disable: https://github.com/Arcticons-Team/Arcticons/issues/1952
|
commit: b61f6cb819c7ba57c7ca46bc0c7199240dbb30ee
|
||||||
commit: d0d1895280689416afdf101b578ea54fe9048d0b
|
|
||||||
subdir: app
|
subdir: app
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
|
|
@ -58,9 +57,9 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- dayNight
|
- dayNight
|
||||||
srclibs:
|
srclibs:
|
||||||
- reproducible-apk-tools@v0.2.3
|
- reproducible-apk-tools@2134d90b7afcc1e65bb860b3a50e38d559a450a2
|
||||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
||||||
'assets/*.xml'
|
'assets/*.xml' '!assets/drawable.xml'
|
||||||
|
|
||||||
- versionName: 8.7.1-hotfix
|
- versionName: 8.7.1-hotfix
|
||||||
versionCode: 130
|
versionCode: 130
|
||||||
|
|
|
||||||
|
|
@ -46,10 +46,9 @@ Builds:
|
||||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
||||||
'assets/*.xml'
|
'assets/*.xml'
|
||||||
|
|
||||||
- versionName: 8.7.1
|
- versionName: 8.7.1-hotfix
|
||||||
versionCode: 129
|
versionCode: 130
|
||||||
disable: https://github.com/Arcticons-Team/Arcticons/issues/1952
|
commit: b61f6cb819c7ba57c7ca46bc0c7199240dbb30ee
|
||||||
commit: d0d1895280689416afdf101b578ea54fe9048d0b
|
|
||||||
subdir: app
|
subdir: app
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
|
|
@ -58,9 +57,9 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- black
|
- black
|
||||||
srclibs:
|
srclibs:
|
||||||
- reproducible-apk-tools@v0.2.3
|
- reproducible-apk-tools@2134d90b7afcc1e65bb860b3a50e38d559a450a2
|
||||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
||||||
'assets/*.xml'
|
'assets/*.xml' '!assets/drawable.xml'
|
||||||
|
|
||||||
- versionName: 8.7.1-hotfix
|
- versionName: 8.7.1-hotfix
|
||||||
versionCode: 130
|
versionCode: 130
|
||||||
|
|
|
||||||
|
|
@ -46,10 +46,9 @@ Builds:
|
||||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
||||||
'assets/*.xml'
|
'assets/*.xml'
|
||||||
|
|
||||||
- versionName: 8.7.1
|
- versionName: 8.7.1-hotfix
|
||||||
versionCode: 129
|
versionCode: 130
|
||||||
disable: https://github.com/Arcticons-Team/Arcticons/issues/1952
|
commit: b61f6cb819c7ba57c7ca46bc0c7199240dbb30ee
|
||||||
commit: d0d1895280689416afdf101b578ea54fe9048d0b
|
|
||||||
subdir: app
|
subdir: app
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
|
|
@ -58,9 +57,9 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- normal
|
- normal
|
||||||
srclibs:
|
srclibs:
|
||||||
- reproducible-apk-tools@v0.2.3
|
- reproducible-apk-tools@2134d90b7afcc1e65bb860b3a50e38d559a450a2
|
||||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
||||||
'assets/*.xml'
|
'assets/*.xml' '!assets/drawable.xml'
|
||||||
|
|
||||||
- versionName: 8.7.1-hotfix
|
- versionName: 8.7.1-hotfix
|
||||||
versionCode: 130
|
versionCode: 130
|
||||||
|
|
|
||||||
|
|
@ -185,10 +185,9 @@ Builds:
|
||||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
||||||
'assets/*.xml'
|
'assets/*.xml'
|
||||||
|
|
||||||
- versionName: 8.7.1
|
- versionName: 8.7.1-hotfix
|
||||||
versionCode: 129
|
versionCode: 130
|
||||||
disable: https://github.com/Arcticons-Team/Arcticons/issues/1952
|
commit: b61f6cb819c7ba57c7ca46bc0c7199240dbb30ee
|
||||||
commit: d0d1895280689416afdf101b578ea54fe9048d0b
|
|
||||||
subdir: app
|
subdir: app
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
|
|
@ -197,9 +196,9 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- you
|
- you
|
||||||
srclibs:
|
srclibs:
|
||||||
- reproducible-apk-tools@v0.2.3
|
- reproducible-apk-tools@2134d90b7afcc1e65bb860b3a50e38d559a450a2
|
||||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
||||||
'assets/*.xml'
|
'assets/*.xml' '!assets/drawable.xml'
|
||||||
|
|
||||||
- versionName: 8.7.1-hotfix
|
- versionName: 8.7.1-hotfix
|
||||||
versionCode: 130
|
versionCode: 130
|
||||||
|
|
|
||||||
|
|
@ -277,10 +277,9 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
- mv $root_ws/ntodotxt de.tnmgl.ntodotxt
|
- mv $root_ws/ntodotxt de.tnmgl.ntodotxt
|
||||||
|
|
||||||
- versionName: 0.4.5
|
- versionName: 0.4.6
|
||||||
versionCode: 91
|
versionCode: 101
|
||||||
disable: https://github.com/tmaegel/ntodotxt/issues/19
|
commit: 1e15dd55f970a1de95b99cfacda3a434da2a9ae0
|
||||||
commit: f2d69fda203cf5a9132fed8a60a84049c54d50de
|
|
||||||
submodules: true
|
submodules: true
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
|
|
@ -322,10 +321,9 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
- mv $root_ws/ntodotxt de.tnmgl.ntodotxt
|
- mv $root_ws/ntodotxt de.tnmgl.ntodotxt
|
||||||
|
|
||||||
- versionName: 0.4.5
|
- versionName: 0.4.6
|
||||||
versionCode: 92
|
versionCode: 102
|
||||||
disable: https://github.com/tmaegel/ntodotxt/issues/19
|
commit: 1e15dd55f970a1de95b99cfacda3a434da2a9ae0
|
||||||
commit: f2d69fda203cf5a9132fed8a60a84049c54d50de
|
|
||||||
submodules: true
|
submodules: true
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
|
|
@ -367,10 +365,9 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
- mv $root_ws/ntodotxt de.tnmgl.ntodotxt
|
- mv $root_ws/ntodotxt de.tnmgl.ntodotxt
|
||||||
|
|
||||||
- versionName: 0.4.5
|
- versionName: 0.4.6
|
||||||
versionCode: 93
|
versionCode: 103
|
||||||
disable: https://github.com/tmaegel/ntodotxt/issues/19
|
commit: 1e15dd55f970a1de95b99cfacda3a434da2a9ae0
|
||||||
commit: f2d69fda203cf5a9132fed8a60a84049c54d50de
|
|
||||||
submodules: true
|
submodules: true
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
|
|
@ -421,5 +418,5 @@ VercodeOperation:
|
||||||
- 10 * %c + 2
|
- 10 * %c + 2
|
||||||
- 10 * %c + 3
|
- 10 * %c + 3
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 0.4.5
|
CurrentVersion: 0.4.6
|
||||||
CurrentVersionCode: 93
|
CurrentVersionCode: 103
|
||||||
|
|
|
||||||
|
|
@ -2193,7 +2193,7 @@ MaintainerNotes: |-
|
||||||
is for "react-native-0.66.1.aar", and the JSC Android folder for "android-jsc-intl-r241213.jar".
|
is for "react-native-0.66.1.aar", and the JSC Android folder for "android-jsc-intl-r241213.jar".
|
||||||
- we build libvips from source for the sharp library
|
- we build libvips from source for the sharp library
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags android-.*
|
UpdateCheckMode: Tags android-.*
|
||||||
CurrentVersion: 2.14.5
|
CurrentVersion: 2.14.5
|
||||||
CurrentVersionCode: 2097735
|
CurrentVersionCode: 2097735
|
||||||
|
|
|
||||||
|
|
@ -2569,8 +2569,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 3.3.4
|
- versionName: 3.3.4
|
||||||
versionCode: 303040
|
versionCode: 303040
|
||||||
disable: The certificate of gitlab.linphone.org has expired.
|
commit: e4d933080332a3c0df6ab8328c2b453eb28df6e5
|
||||||
commit: e53ab97e7d7bdb7555d73c8963574a894a0cdb88
|
|
||||||
subdir: aTalk
|
subdir: aTalk
|
||||||
sudo:
|
sudo:
|
||||||
- sdkmanager 'build-tools;33.0.2' 'build-tools;30.0.3'
|
- sdkmanager 'build-tools;33.0.2' 'build-tools;30.0.3'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue