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
44831e3417
commit
79b81e09ff
5 changed files with 8 additions and 20 deletions
|
|
@ -247,9 +247,7 @@ Builds:
|
||||||
- apt-get install -y imagemagick-6.q16
|
- apt-get install -y imagemagick-6.q16
|
||||||
gradle:
|
gradle:
|
||||||
- itchio
|
- itchio
|
||||||
prebuild:
|
prebuild: sed -i -e 's#./gradlew#gradle#' ../Makefile
|
||||||
- sed -i -e 's#./gradlew#gradle#' ../Makefile
|
|
||||||
- git cherry-pick --no-commit 4a56032cc4e823ba8d3fd35d5b1941951537b208
|
|
||||||
scandelete:
|
scandelete:
|
||||||
- android/libs/
|
- android/libs/
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
|
|
@ -708,7 +708,7 @@ Builds:
|
||||||
commit: c8ac37c0c05ad9985572fee7206d8aa76501ada0
|
commit: c8ac37c0c05ad9985572fee7206d8aa76501ada0
|
||||||
output: src/ui/flutter_app/build/app/outputs/flutter-apk/app-fdroid-release.apk
|
output: src/ui/flutter_app/build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||||
srclibs:
|
srclibs:
|
||||||
- flutter@2.2.2
|
- flutter@2.2.3
|
||||||
rm:
|
rm:
|
||||||
- ci
|
- ci
|
||||||
- src/perfect
|
- src/perfect
|
||||||
|
|
@ -720,8 +720,9 @@ Builds:
|
||||||
- resources
|
- resources
|
||||||
- tests
|
- tests
|
||||||
prebuild:
|
prebuild:
|
||||||
- rm src/ui/flutter_app/android/app/build.gradle
|
- cd src/ui/flutter_app/android/app
|
||||||
- mv src/ui/flutter_app/android/app/build.gradle_fdroid src/ui/flutter_app/android/app/build.gradle
|
- rm build.gradle
|
||||||
|
- mv build.gradle_fdroid build.gradle
|
||||||
build:
|
build:
|
||||||
- export PATH=$$flutter$$/bin:$PATH
|
- export PATH=$$flutter$$/bin:$PATH
|
||||||
- ./flutter-init.sh
|
- ./flutter-init.sh
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 3.1.4
|
- versionName: 3.1.4
|
||||||
versionCode: 1043
|
versionCode: 1043
|
||||||
|
disable: https://github.com/Mishiranu/Dashchan/issues/298
|
||||||
commit: 9cb7bc3b4fdec3aa06fbc6dd9496efcfbe6ad03e
|
commit: 9cb7bc3b4fdec3aa06fbc6dd9496efcfbe6ad03e
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
|
||||||
|
|
@ -587,22 +587,9 @@ Builds:
|
||||||
- sed -i -e "/':proprietary'/d" build.gradle
|
- sed -i -e "/':proprietary'/d" build.gradle
|
||||||
ndk: r21
|
ndk: r21
|
||||||
|
|
||||||
- versionName: 12.4.0
|
|
||||||
versionCode: 1204001
|
|
||||||
commit: a1794ed73026c27188cfe559c98ac03ab46a0dc3
|
|
||||||
subdir: app
|
|
||||||
gradle:
|
|
||||||
- foss
|
|
||||||
rm:
|
|
||||||
- proprietary
|
|
||||||
- wear
|
|
||||||
prebuild:
|
|
||||||
- sed -i -e "s/':proprietary', //; s/':wear', //" ../settings.gradle
|
|
||||||
- sed -i -e "/':proprietary'/d" build.gradle
|
|
||||||
ndk: r21
|
|
||||||
|
|
||||||
- versionName: 12.4.1
|
- versionName: 12.4.1
|
||||||
versionCode: 1204011
|
versionCode: 1204011
|
||||||
|
disable: https://github.com/lucasnlm/antimine-android/issues/298
|
||||||
commit: 1228791fd3a28cac09f04893af0a4176d89bc698
|
commit: 1228791fd3a28cac09f04893af0a4176d89bc698
|
||||||
subdir: app
|
subdir: app
|
||||||
gradle:
|
gradle:
|
||||||
|
|
|
||||||
|
|
@ -632,6 +632,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 3.7.1
|
- versionName: 3.7.1
|
||||||
versionCode: 30701
|
versionCode: 30701
|
||||||
|
disable: https://github.com/dkrivoruchko/ScreenStream/issues/177
|
||||||
commit: c2912d120a8b88d391fb815394beb2d180115db8
|
commit: c2912d120a8b88d391fb815394beb2d180115db8
|
||||||
subdir: app
|
subdir: app
|
||||||
gradle:
|
gradle:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue