mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-07 14:46:52 +00:00
Update Material Files to 1.4.2 (28)
This commit is contained in:
parent
c5507eecd8
commit
58fc97cb43
1 changed files with 17 additions and 2 deletions
|
|
@ -180,7 +180,22 @@ Builds:
|
|||
prebuild: find -type f -exec sed -i '/\/\/#ifdef NONFREE/,/\/\/#endif/d' {} +
|
||||
ndk: r23b
|
||||
|
||||
- versionName: 1.4.2
|
||||
versionCode: 28
|
||||
commit: dd398ab9c2943b608f96cf23c85382d6d6f8c4a8
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- 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: r23b
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags ^v.+$
|
||||
CurrentVersion: 1.4.1
|
||||
CurrentVersionCode: 27
|
||||
CurrentVersion: 1.4.2
|
||||
CurrentVersionCode: 28
|
||||
|
|
|
|||
Loading…
Reference in a new issue