mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Wikipedia to r/2.7.50407-r-2022-06-21 (50407)
This commit is contained in:
parent
a8368b0e61
commit
db243ba965
1 changed files with 15 additions and 2 deletions
|
|
@ -1216,6 +1216,19 @@ Builds:
|
|||
forceversion: true
|
||||
prebuild: echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
||||
|
||||
- versionName: r/2.7.50407-r-2022-06-21
|
||||
versionCode: 50407
|
||||
commit: 93505a067e1807e1a09f5a5ec844a1d1e780b72d
|
||||
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
|
||||
|
|
@ -1226,5 +1239,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags ^r
|
||||
CurrentVersion: r/2.7.50406-r-2022-06-14
|
||||
CurrentVersionCode: 50406
|
||||
CurrentVersion: r/2.7.50407-r-2022-06-21
|
||||
CurrentVersionCode: 50407
|
||||
|
|
|
|||
Loading…
Reference in a new issue