mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update Wikipedia to r/2.7.50409-r-2022-06-27 (50409)
This commit is contained in:
parent
78a0b96e95
commit
c0414cfc84
1 changed files with 15 additions and 2 deletions
|
|
@ -1242,6 +1242,19 @@ Builds:
|
|||
forceversion: true
|
||||
prebuild: echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
||||
|
||||
- versionName: r/2.7.50409-r-2022-06-27
|
||||
versionCode: 50409
|
||||
commit: 2f4f10fb044e60d00bd26a54553f9b125b936dc6
|
||||
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
|
||||
|
|
@ -1252,5 +1265,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags ^r
|
||||
CurrentVersion: r/2.7.50408-r-2022-06-23
|
||||
CurrentVersionCode: 50408
|
||||
CurrentVersion: r/2.7.50409-r-2022-06-27
|
||||
CurrentVersionCode: 50409
|
||||
|
|
|
|||
Loading…
Reference in a new issue