mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 23:26:52 +00:00
misc fixes
This commit is contained in:
parent
3f23da7a45
commit
ec7aeeebfd
4 changed files with 18 additions and 16 deletions
|
|
@ -286,22 +286,21 @@ Builds:
|
|||
rm:
|
||||
- examples
|
||||
|
||||
- versionName: 0.6.8
|
||||
versionCode: 60
|
||||
disable: https://github.com/Fox2Code/FoxMagiskModuleManager/issues/234
|
||||
commit: cdc4bcd51e9f162a29a7a0d95f6874d39f7639a5
|
||||
- versionName: 1.0.2
|
||||
versionCode: 62
|
||||
commit: 6747c11b5bc72b869dc1d4e9dd3c37e4228a0cfe
|
||||
subdir: app
|
||||
gradle:
|
||||
- fdroid
|
||||
rm:
|
||||
- app/libs/*.jar
|
||||
- examples
|
||||
prebuild: sed -i -e 's/enable true/enable false/' build.gradle
|
||||
|
||||
MaintainerNotes: |-
|
||||
* NonFreeNet — Depends on GitHub for modules downloading.
|
||||
* NonFreeAdd — Potentially downloads proprietary Magisk modules.
|
||||
|
||||
AutoUpdateMode: None
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.2
|
||||
CurrentVersionCode: 62
|
||||
|
|
|
|||
|
|
@ -62,9 +62,10 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e 's/7.6-rc-3/7.5.1/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
scandelete:
|
||||
- gradle/plugins/convention/build
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.2.4
|
||||
CurrentVersionCode: 1020400
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
scandelete:
|
||||
- build-logic/automation-plugins/build/
|
||||
- build-logic/kotlin-plugins/build/
|
||||
- build-logic
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
|
|
@ -113,19 +113,22 @@ Builds:
|
|||
commit: bf6c7ff36f8725fc270ff5e5962afc906b95268f
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.10.2
|
||||
build:
|
||||
- flutter@3.3.9
|
||||
rm:
|
||||
- ios
|
||||
prebuild:
|
||||
- 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 pub run build_runner build
|
||||
- $$flutter$$/bin/flutter pub run download_translations.dart
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
ndk: r21
|
||||
|
||||
MaintainerNotes: |-
|
||||
Builds will fail when the srclib ref of flutter and the version with which
|
||||
upstream has been built with differ to mouch.
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
|
|
|
|||
Loading…
Reference in a new issue