mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Wikipedia to r/2.7.50402-r-2022-05-23 (50402)
This commit is contained in:
parent
64e97233d4
commit
cb04d84cc3
1 changed files with 15 additions and 2 deletions
|
|
@ -1203,6 +1203,19 @@ Builds:
|
|||
forceversion: true
|
||||
prebuild: echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
||||
|
||||
- versionName: r/2.7.50402-r-2022-05-23
|
||||
versionCode: 50402
|
||||
commit: 65c5d08244a7289c31b17c8b5bc2be6f4d496b5c
|
||||
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
|
||||
|
|
@ -1213,5 +1226,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags ^r
|
||||
CurrentVersion: r/2.7.50401-r-2022-05-09
|
||||
CurrentVersionCode: 50401
|
||||
CurrentVersion: r/2.7.50402-r-2022-05-23
|
||||
CurrentVersionCode: 50402
|
||||
|
|
|
|||
Loading…
Reference in a new issue