mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Material Files to 1.5.2 (31)
This commit is contained in:
parent
96c7a93a92
commit
e6d6a358dc
1 changed files with 17 additions and 2 deletions
|
|
@ -225,7 +225,22 @@ Builds:
|
||||||
prebuild: find -type f -exec sed -i '/\/\/#ifdef NONFREE/,/\/\/#endif/d' {} +
|
prebuild: find -type f -exec sed -i '/\/\/#ifdef NONFREE/,/\/\/#endif/d' {} +
|
||||||
ndk: r24
|
ndk: r24
|
||||||
|
|
||||||
|
- versionName: 1.5.2
|
||||||
|
versionCode: 31
|
||||||
|
commit: 6728563b3aae24e7c74fd2da617d85561aead938
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/src/main/java/me/zhanghai/android/files/nonfree
|
||||||
|
prebuild: find -type f -exec sed -i '/\/\/#ifdef NONFREE/,/\/\/#endif/d' {} +
|
||||||
|
ndk: r24
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags ^v.+$
|
UpdateCheckMode: Tags ^v.+$
|
||||||
CurrentVersion: 1.5.1
|
CurrentVersion: 1.5.2
|
||||||
CurrentVersionCode: 30
|
CurrentVersionCode: 31
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue