mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-16 19:12:11 +00:00
Update Wikipedia to r/2.7.50401-r-2022-05-09 (50401)
This commit is contained in:
parent
91c64834dd
commit
6ccb43f5f1
1 changed files with 15 additions and 2 deletions
|
|
@ -1189,6 +1189,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.50401-r-2022-05-09
|
||||||
|
versionCode: 50401
|
||||||
|
commit: 7da6d0b20aa69eb0486f7ea266674b6e0a6015e3
|
||||||
|
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: |-
|
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
|
||||||
|
|
@ -1199,5 +1212,5 @@ MaintainerNotes: |-
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags ^r
|
UpdateCheckMode: Tags ^r
|
||||||
CurrentVersion: r/2.7.50399-r-2022-04-04
|
CurrentVersion: r/2.7.50401-r-2022-05-09
|
||||||
CurrentVersionCode: 50399
|
CurrentVersionCode: 50401
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue