mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-06 18:56:25 +00:00
Update Wikipedia to r/2.7.50454-r-2023-10-10 (50454)
This commit is contained in:
parent
c28ae58224
commit
b2c3103ca8
1 changed files with 15 additions and 2 deletions
|
|
@ -1505,6 +1505,19 @@ Builds:
|
|||
forceversion: true
|
||||
prebuild: echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
||||
|
||||
- versionName: r/2.7.50454-r-2023-10-10
|
||||
versionCode: 50454
|
||||
commit: 8cb54bf61f0d4328d3065c66d2baeebc6d05bc7d
|
||||
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
|
||||
|
|
@ -1517,5 +1530,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^r
|
||||
CurrentVersion: r/2.7.50452-r-2023-09-06
|
||||
CurrentVersionCode: 50452
|
||||
CurrentVersion: r/2.7.50454-r-2023-10-10
|
||||
CurrentVersionCode: 50454
|
||||
|
|
|
|||
Loading…
Reference in a new issue