mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update FairEmail to 1.1883 (1883)
This commit is contained in:
parent
38f1141432
commit
6c2b92cce2
1 changed files with 18 additions and 2 deletions
|
|
@ -6628,8 +6628,24 @@ Builds:
|
|||
- app/lib
|
||||
ndk: r23b
|
||||
|
||||
- versionName: '1.1883'
|
||||
versionCode: 1883
|
||||
commit: d9ca8512b5a3c935b9251d95bcfdd1f55b0750e6
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: sed -i -e '/keystoreProperties/d' -e '/in-app-purchasing/d' build.gradle
|
||||
scandelete:
|
||||
- app/lib
|
||||
ndk: r23b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app/build.gradle|getVersionCode.*return (\d+)||
|
||||
CurrentVersion: '1.1881'
|
||||
CurrentVersionCode: 1881
|
||||
CurrentVersion: '1.1883'
|
||||
CurrentVersionCode: 1883
|
||||
|
|
|
|||
Loading…
Reference in a new issue