mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
com.oasisfeng.island.fdroid: fix build & update deps
This commit is contained in:
parent
9e3847611f
commit
4a51d8b1dc
2 changed files with 3 additions and 4 deletions
|
|
@ -538,18 +538,17 @@ Builds:
|
|||
|
||||
- versionName: 6.0.5-43c525bd
|
||||
versionCode: 51657
|
||||
disable: build failed
|
||||
commit: 65271c1ae05c98d01e6e7d3da766e536db9b79ad
|
||||
subdir: assembly
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- apt-get install -y --no-install-recommends openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- complete
|
||||
- fdroid
|
||||
srclibs:
|
||||
- deagle@d4767d5e69074b03e641186fa9504be37f09c673
|
||||
- deagle@2430a73ecb0fb3f0d0f9cdf443b7863eb07a988d
|
||||
- setupwizard@android12--mainline-release
|
||||
rm:
|
||||
- assembly/google-services.json
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ RepoType: git
|
|||
Repo: https://android.googlesource.com/platform/frameworks/opt/setupwizard
|
||||
|
||||
Prepare: |
|
||||
sed -i -e "s/Compile/Implementation/g" library/rules.gradle
|
||||
sed -i -e "s/Compile/Implementation/g" -e "s/flavorDimensions 'compat'/flavorDimensions 'compat'\ndefaultConfig { vectorDrawables.useSupportLibrary = true }/" library/rules.gradle
|
||||
|
|
|
|||
Loading…
Reference in a new issue