mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 05:44:54 +00:00
misc fixes
This commit is contained in:
parent
2da6268090
commit
3024cd32d6
5 changed files with 10 additions and 2 deletions
|
|
@ -579,6 +579,10 @@ Builds:
|
||||||
versionCode: 174
|
versionCode: 174
|
||||||
commit: 393a19435cb84b848c464e1abcba19a840fbf213
|
commit: 393a19435cb84b848c464e1abcba19a840fbf213
|
||||||
subdir: project/app
|
subdir: project/app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
rm:
|
rm:
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 1.4.2
|
- versionName: 1.4.2
|
||||||
versionCode: 10402
|
versionCode: 10402
|
||||||
|
disable: https://github.com/maltaisn/another-notes-app/issues/58
|
||||||
commit: 1a343ef826d212de2d29bd52fe33f6007cb55360
|
commit: 1a343ef826d212de2d29bd52fe33f6007cb55360
|
||||||
subdir: app
|
subdir: app
|
||||||
sudo:
|
sudo:
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@ Builds:
|
||||||
commit: 31e8b29145f53694b4dfb4a0d0d9f57f97aedd92
|
commit: 31e8b29145f53694b4dfb4a0d0d9f57f97aedd92
|
||||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||||
srclibs:
|
srclibs:
|
||||||
- flutter@2.5.3
|
- flutter@2.8.1
|
||||||
rm:
|
rm:
|
||||||
- ios
|
- ios
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
|
|
@ -646,6 +646,10 @@ Builds:
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update || apt-get update
|
- apt-get update || apt-get update
|
||||||
- apt-get install -y git -t stretch-backports
|
- apt-get install -y git -t stretch-backports
|
||||||
|
- curl -Lso go.tar.gz https://golang.org/dl/go1.17.6.linux-amd64.tar.gz
|
||||||
|
- echo "231654bbf2dab3d86c1619ce799e77b03d96f9b50770297c8f4dff8836fc8ca2 go.tar.gz"
|
||||||
|
| sha256sum -c -
|
||||||
|
- tar xzf go.tar.gz --strip-components=1 -C /usr/local/
|
||||||
gradle:
|
gradle:
|
||||||
- fdroid
|
- fdroid
|
||||||
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
|
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
|
||||||
|
|
|
||||||
|
|
@ -1949,7 +1949,6 @@ Builds:
|
||||||
rm:
|
rm:
|
||||||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||||||
- node_modules/react-native/template/
|
- node_modules/react-native/template/
|
||||||
- benchmark
|
|
||||||
- desktop
|
- desktop
|
||||||
- ios
|
- ios
|
||||||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue