misc fixes

This commit is contained in:
linsui 2023-12-17 21:53:20 +08:00
parent 0f78d361e0
commit 91a61aa899
4 changed files with 9 additions and 16 deletions

View file

@ -29,22 +29,6 @@ Builds:
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines '$$OUT$$'
'META-INF/services/*'
- versionName: 1.0.5
versionCode: 9
disable: https://github.com/neophtex/AsterLauncher/issues/2
commit: 4ffb919f25fc30635537904d95dff195c868a157
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- yes
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines '$$OUT$$'
'META-INF/services/*'
- versionName: 1.0.6
versionCode: 11
commit: ee1a837f42c344d8d8962e4848eb07c0d7908585

View file

@ -30,6 +30,10 @@ Builds:
versionCode: 28
commit: 8c405dcf4cd468f96fbf549cf41a777096d57fb7
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- yes

View file

@ -825,6 +825,7 @@ Builds:
- versionName: 12.1.17-aosp
versionCode: 120117
disable: reproducible build failed
commit: bcf34c1de9c56a63c346576069fb50b2112dd303
subdir: oeffi
submodules: true

View file

@ -632,6 +632,10 @@ Builds:
versionCode: 87
commit: 3459468008c9e7e61466e933ced3df220c4e5c17
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- yes
prebuild: sed -i -e "s/gradleVersion = '2.14.1'/gradleVersion = '3.5'/" ../build.gradle