mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update Wikipedia to r/2.7.50417-r-2022-08-02 (50417)
This commit is contained in:
parent
7722628592
commit
9dc4f1f59a
1 changed files with 15 additions and 2 deletions
|
|
@ -1294,6 +1294,19 @@ Builds:
|
|||
forceversion: true
|
||||
prebuild: echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
||||
|
||||
- versionName: r/2.7.50417-r-2022-08-02
|
||||
versionCode: 50417
|
||||
commit: 95c29969ec846f294eb6aa9f0231ff488de7b0c6
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- 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
|
||||
|
|
@ -1304,5 +1317,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags ^r
|
||||
CurrentVersion: r/2.7.50416-r-2022-07-27
|
||||
CurrentVersionCode: 50416
|
||||
CurrentVersion: r/2.7.50417-r-2022-08-02
|
||||
CurrentVersionCode: 50417
|
||||
|
|
|
|||
Loading…
Reference in a new issue