mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
New app: Wiki Fronted
This commit is contained in:
parent
22a34518a7
commit
f6b40c5ce0
1 changed files with 39 additions and 0 deletions
39
metadata/com.hicorenational.wikipedia.yml
Normal file
39
metadata/com.hicorenational.wikipedia.yml
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
AntiFeatures:
|
||||
TetheredNet:
|
||||
en-US: Depends on wikipedia.org which is free and open source, but is not changeable
|
||||
by a user.
|
||||
Categories:
|
||||
- Internet
|
||||
License: Apache-2.0
|
||||
SourceCode: https://codeberg.org/hicorenational/apps-android-wikipedia
|
||||
IssueTracker: https://codeberg.org/hicorenational/apps-android-wikipedia/issues
|
||||
Donate: https://donate.wikimedia.org
|
||||
|
||||
AutoName: Wikipedia
|
||||
|
||||
RepoType: git
|
||||
Repo: https://codeberg.org/hicorenational/apps-android-wikipedia
|
||||
|
||||
Builds:
|
||||
- versionName: r/2.7.50524-r-2025-03-04
|
||||
versionCode: 50524
|
||||
commit: e43d975de2e614e5ae74d6ff303dac31dd496e90
|
||||
subdir: apps-android-wikipedia/app
|
||||
submodules: true
|
||||
gradle:
|
||||
- fdroid
|
||||
forceversion: true
|
||||
prebuild:
|
||||
- pushd ../
|
||||
- bash ../patches/apply.sh
|
||||
- popd
|
||||
- echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
||||
- sed -i -e '/libs.google.services/d' -e '/gms/d' build.gradle ../build.gradle.kts
|
||||
|
||||
MaintainerNotes: '* See org.wikipedia.yml'
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^r
|
||||
UpdateCheckName: org.wikipedia
|
||||
CurrentVersion: r/2.7.50524-r-2025-03-04
|
||||
CurrentVersionCode: 50524
|
||||
Loading…
Reference in a new issue