mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Wikipedia to r/2.7.50420-r-2022-09-12 (50420)
This commit is contained in:
parent
236effb50a
commit
73aa39a6d8
1 changed files with 15 additions and 2 deletions
|
|
@ -1320,6 +1320,19 @@ Builds:
|
|||
forceversion: true
|
||||
prebuild: echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
||||
|
||||
- versionName: r/2.7.50420-r-2022-09-12
|
||||
versionCode: 50420
|
||||
commit: 4eceaba2b914a69752535df71e1c9f0741f48ba0
|
||||
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
|
||||
|
|
@ -1330,5 +1343,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags ^r
|
||||
CurrentVersion: r/2.7.50419-r-2022-08-29
|
||||
CurrentVersionCode: 50419
|
||||
CurrentVersion: r/2.7.50420-r-2022-09-12
|
||||
CurrentVersionCode: 50420
|
||||
|
|
|
|||
Loading…
Reference in a new issue