mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update Wikipedia to r/2.7.50392-r-2022-01-24 (50392)
This commit is contained in:
parent
52a4239858
commit
0c1fafa1d9
1 changed files with 15 additions and 2 deletions
|
|
@ -1110,6 +1110,19 @@ Builds:
|
|||
forceversion: true
|
||||
prebuild: echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
||||
|
||||
- versionName: r/2.7.50392-r-2022-01-24
|
||||
versionCode: 50392
|
||||
commit: 98cccd70018f15d621ac03005842949d5a5828c7
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- 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
|
||||
|
|
@ -1120,5 +1133,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags ^r
|
||||
CurrentVersion: r/2.7.50391-r-2022-01-11
|
||||
CurrentVersionCode: 50391
|
||||
CurrentVersion: r/2.7.50392-r-2022-01-24
|
||||
CurrentVersionCode: 50392
|
||||
|
|
|
|||
Loading…
Reference in a new issue