mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 23:26:52 +00:00
Update Wikipedia to r/2.7.50395-r-2022-02-22 (50395)
This commit is contained in:
parent
e9c93625ca
commit
1be359fbf1
1 changed files with 15 additions and 2 deletions
|
|
@ -1149,6 +1149,19 @@ Builds:
|
|||
forceversion: true
|
||||
prebuild: echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
||||
|
||||
- versionName: r/2.7.50395-r-2022-02-22
|
||||
versionCode: 50395
|
||||
commit: 039cbfdbeedfc1a5dc231d850120be10a6376fe9
|
||||
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
|
||||
|
|
@ -1159,5 +1172,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags ^r
|
||||
CurrentVersion: r/2.7.50394-r-2022-02-10
|
||||
CurrentVersionCode: 50394
|
||||
CurrentVersion: r/2.7.50395-r-2022-02-22
|
||||
CurrentVersionCode: 50395
|
||||
|
|
|
|||
Loading…
Reference in a new issue