mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Wikipedia to r/2.7.50389-r-2021-12-22 (50389)
This commit is contained in:
parent
f7d6f0298a
commit
7141022784
1 changed files with 15 additions and 2 deletions
|
|
@ -1071,6 +1071,19 @@ Builds:
|
||||||
forceversion: true
|
forceversion: true
|
||||||
prebuild: echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
prebuild: echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
||||||
|
|
||||||
|
- versionName: r/2.7.50389-r-2021-12-22
|
||||||
|
versionCode: 50389
|
||||||
|
commit: 6cf969a8dee917acf0ad7adf85d31f8cdb10414e
|
||||||
|
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: |-
|
MaintainerNotes: |-
|
||||||
* whitelist app/build.gradle for microsoft appcenter SDK. It's actually open source but might
|
* 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
|
pull in google dependencies. In this case it doesn't
|
||||||
|
|
@ -1081,5 +1094,5 @@ MaintainerNotes: |-
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags ^r
|
UpdateCheckMode: Tags ^r
|
||||||
CurrentVersion: r/2.7.50388-r-2021-12-02
|
CurrentVersion: r/2.7.50389-r-2021-12-22
|
||||||
CurrentVersionCode: 50388
|
CurrentVersionCode: 50389
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue