mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 21:29:11 +00:00
Update Wikipedia to r/2.7.50388-r-2021-12-02 (50388)
This commit is contained in:
parent
efa4e2dc2e
commit
6dd3e46b88
1 changed files with 15 additions and 2 deletions
|
|
@ -1058,6 +1058,19 @@ Builds:
|
|||
forceversion: true
|
||||
prebuild: echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
||||
|
||||
- versionName: r/2.7.50388-r-2021-12-02
|
||||
versionCode: 50388
|
||||
commit: 27e68e40fc36be240da04084375433cc0bc19a70
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fdroid
|
||||
forceversion: true
|
||||
prebuild: echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
||||
|
||||
MaintainerNotes: |-
|
||||
* whitelist app/build.gradle for microsoft appcenter SDK. It's actually open source but might
|
||||
pull in google dependencies. In this case it doesn't
|
||||
|
|
@ -1068,5 +1081,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags ^r
|
||||
CurrentVersion: r/2.7.50387-r-2021-11-24
|
||||
CurrentVersionCode: 50387
|
||||
CurrentVersion: r/2.7.50388-r-2021-12-02
|
||||
CurrentVersionCode: 50388
|
||||
|
|
|
|||
Loading…
Reference in a new issue