mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
chaofun: 2.56.2
This commit is contained in:
parent
f9c09c4bf6
commit
109855f857
1 changed files with 60 additions and 0 deletions
60
metadata/com.chao.app.yml
Normal file
60
metadata/com.chao.app.yml
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Internet
|
||||
- Reading
|
||||
License: CPAL-1.0
|
||||
WebSite: https://chao.fan/app
|
||||
SourceCode: https://github.com/www-chao-fun/chaofun-app
|
||||
IssueTracker: https://github.com/www-chao-fun/chaofun-app/issues
|
||||
|
||||
AutoName: 炒饭超Fun
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/www-chao-fun/chaofun-app.git
|
||||
|
||||
Builds:
|
||||
- versionName: 2.56.3
|
||||
versionCode: 313
|
||||
commit: a29f9a7ff840951d28f09305c061ec23ac8eb24f
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.10.5
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
- android/app/libs
|
||||
- android/app/proguard-rules.pro
|
||||
- android/app/src/main/kotlin/com/chao/app/ddshare
|
||||
- android/app/src/main/kotlin/com/chao/app/wxapi
|
||||
- android/app/src/main/kotlin/com/chao/app/MyMessageReceiver.java
|
||||
- android/app/src/main/kotlin/com/chao/app/Share.kt
|
||||
prebuild:
|
||||
- sed -i -E -e "/url/s|http[^'\"]*|https://jitpack.io|" -e '/ams/d' -e '/sinaweibosdk/d'
|
||||
-e '/hms/d' -e '/umeng/d' -e '/tencent/d' -e '/libddshare/d' -e '/proguardFiles/d'
|
||||
-e '/minifyEnabled/d' -e '/shrinkResources/d' -e '/signingConfig /d' android/build.gradle
|
||||
android/app/build.gradle
|
||||
- sed -i -e '/<queries>/,/<\/queries>/d' -e '/READ_PHONE_STATE/d' -e '/READ_PRIVILEGED_PHONE_STATE/d'
|
||||
-e '/REQUEST_INSTALL_PACKAGES/d' android/app/src/main/AndroidManifest.xml
|
||||
- sed -i -z -E -e 's/<meta-data[^>]+hms[^>]+\/>//g' -e 's/<meta-data[^>]+vivo.push[^>]+\/>//g'
|
||||
-e 's/<activity[^>]+(ddshare|wxapi|tencent)[^>]+\/>//g' -e 's/<activity[^>]+com.tencent.tauth[^>]+\/>//g'
|
||||
-e 's/<receiver[^>]+alibaba[^>]+\/>//g' -e 's/<(receiver|service)[^>]+taobao[^>]+\/>//g'
|
||||
android/app/src/main/AndroidManifest.xml
|
||||
- sed -i -e '/fun configureFlutterEngine/,/^ }/s/\s\{16\}.*//' -e '/fun onCreate/,/^ }/d'
|
||||
-e '/fun onActivityResult/,/^ }/d' -e '/fun init/,/^ }/d' -e '/fun initCloudChannel/,/^ }/d'
|
||||
-e '/alibaba/d' -e '/umeng/d' android/app/src/main/kotlin/com/chao/app/MainActivity.kt
|
||||
- sed -i -e '/alibaba/d' -e '/umeng/d' android/app/src/main/kotlin/com/chao/app/ChaoFunApp.java
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/www-chao-fun/chaofun-app/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.56.3
|
||||
CurrentVersionCode: 313
|
||||
Loading…
Reference in a new issue