mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update Wikipedia to r/2.7.50447-r-2023-06-28 (50447)
This commit is contained in:
parent
dc61289a7c
commit
0130eb3c05
1 changed files with 15 additions and 2 deletions
|
|
@ -1440,6 +1440,19 @@ Builds:
|
|||
forceversion: true
|
||||
prebuild: echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
||||
|
||||
- versionName: r/2.7.50447-r-2023-06-28
|
||||
versionCode: 50447
|
||||
commit: d88a5396d950ea7ac0174da4507409235147e434
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
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
|
||||
|
|
@ -1451,5 +1464,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^r
|
||||
CurrentVersion: r/2.7.50446-r-2023-06-28
|
||||
CurrentVersionCode: 50446
|
||||
CurrentVersion: r/2.7.50447-r-2023-06-28
|
||||
CurrentVersionCode: 50447
|
||||
|
|
|
|||
Loading…
Reference in a new issue