mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
炒饭超Fun: 2.56.7
This commit is contained in:
parent
a300925480
commit
1b7d7a2f5c
1 changed files with 46 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ Categories:
|
|||
- Internet
|
||||
- Reading
|
||||
License: CPAL-1.0
|
||||
WebSite: https://chao.fan/app
|
||||
WebSite: https://choa.fun/app
|
||||
SourceCode: https://github.com/www-chao-fun/chaofun-app
|
||||
IssueTracker: https://github.com/www-chao-fun/chaofun-app/issues
|
||||
|
||||
|
|
@ -92,6 +92,51 @@ Builds:
|
|||
- $$flutter$$/bin/flutter pub get
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
- versionName: 2.56.7
|
||||
versionCode: 315
|
||||
commit: 230242a6cd339ee3d8f1f859e74c433033387d9d
|
||||
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
|
||||
- lib/pages/user/app_version_page.dart
|
||||
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
|
||||
- sed -i -e '/appversion/d' -e '/app_version_page/d' -e '/r_upgrade/d' lib/routers/router.dart
|
||||
- sed -i -e '/toShowUp(context) {/,/^ }$/d' -e 's/toShowUp(context)/Container(height:0)/'
|
||||
-e '/r_upgrade/d' lib/pages/index_page.dart
|
||||
- sed -i -e '/r_upgrade/d' lib/pages/user/bind_phone_page.dart pubspec.yaml
|
||||
- sed -i -e '/r_upgrade:/,/version:/d' pubspec.lock
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$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(.+)\+
|
||||
|
|
|
|||
Loading…
Reference in a new issue