mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
misc fixes
This commit is contained in:
parent
2ec4306a60
commit
54822b76ae
4 changed files with 14 additions and 34 deletions
|
|
@ -8,18 +8,9 @@ IssueTracker: https://github.com/XilinJia/Podcini/issues
|
|||
|
||||
RepoType: git
|
||||
Repo: https://github.com/XilinJia/Podcini.git
|
||||
Binaries: https://github.com/XilinJia/Podcini/releases/download/%v/Podcini.R_release_%v.apk
|
||||
Binaries: https://github.com/XilinJia/Podcini/releases/download/%v/Podcini.R_release_free_%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 6.0.9
|
||||
versionCode: 3020209
|
||||
commit: 3f07f253b96c5158212abed568f187ae6fe8748f
|
||||
subdir: app
|
||||
gradle:
|
||||
- free
|
||||
prebuild: sed -i -e '/wearable/d' build.gradle
|
||||
ndk: r26d
|
||||
|
||||
- versionName: 6.0.10
|
||||
versionCode: 3020210
|
||||
commit: 43054ec52eedd51671b8a9ba3d9bebee30b35236
|
||||
|
|
|
|||
|
|
@ -242,7 +242,6 @@ Builds:
|
|||
|
||||
- versionName: 1.1.9
|
||||
versionCode: 119
|
||||
disable: https://gitlab.com/fdroid/fdroiddata/-/issues/3312
|
||||
commit: 2ffd1efbc83f81b7be1f265156724038dae9336c
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
|
|
@ -283,7 +282,7 @@ Builds:
|
|||
- popd
|
||||
- cp -pr /tmp/build/* business.braid.f_wallet
|
||||
- rm -rf /tmp/build
|
||||
ndk: r23b
|
||||
ndk: r26b
|
||||
|
||||
AllowedAPKSigningKeys: 8b3707147ce32fc1de5dfc6699736932891546620b63bf2f6eb06cd2fc32ad55
|
||||
|
||||
|
|
|
|||
|
|
@ -34,13 +34,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.2.0
|
||||
versionCode: 9
|
||||
commit: 78c9fb7e5d2e8369053d94dfa7c2d847bb450edd
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.2.1
|
||||
versionCode: 10
|
||||
commit: 9ebe0e1e73326489194243fd83710510b426246b
|
||||
|
|
|
|||
|
|
@ -1810,10 +1810,9 @@ Builds:
|
|||
- mv /home/brandon/fitbook com.presley.fit_book
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 1.0.62
|
||||
versionCode: 671
|
||||
disable: https://github.com/brandonp2412/FitBook/issues/25
|
||||
commit: 9c7ce80bbbda5ae520313a9f62d6d5005e7a87e0
|
||||
- versionName: 1.0.63
|
||||
versionCode: 681
|
||||
commit: edce083330054fdcdbdea77116226c0a8e73d722
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
|
|
@ -1853,10 +1852,9 @@ Builds:
|
|||
- mv /home/brandon/fitbook com.presley.fit_book
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 1.0.62
|
||||
versionCode: 672
|
||||
disable: https://github.com/brandonp2412/FitBook/issues/25
|
||||
commit: 9c7ce80bbbda5ae520313a9f62d6d5005e7a87e0
|
||||
- versionName: 1.0.63
|
||||
versionCode: 682
|
||||
commit: edce083330054fdcdbdea77116226c0a8e73d722
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
|
|
@ -1896,10 +1894,9 @@ Builds:
|
|||
- mv /home/brandon/fitbook com.presley.fit_book
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 1.0.62
|
||||
versionCode: 673
|
||||
disable: https://github.com/brandonp2412/FitBook/issues/25
|
||||
commit: 9c7ce80bbbda5ae520313a9f62d6d5005e7a87e0
|
||||
- versionName: 1.0.63
|
||||
versionCode: 683
|
||||
commit: edce083330054fdcdbdea77116226c0a8e73d722
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
|
|
@ -1941,12 +1938,12 @@ Builds:
|
|||
|
||||
AllowedAPKSigningKeys: 011ee1a6e4e5ecd675f67fbf3d78ad82614a7a7a3f24ed71cc9c417154a0f0fd
|
||||
|
||||
AutoUpdateMode: None
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- 10 * %c + 1
|
||||
- 10 * %c + 2
|
||||
- 10 * %c + 3
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.62
|
||||
CurrentVersionCode: 673
|
||||
CurrentVersion: 1.0.63
|
||||
CurrentVersionCode: 683
|
||||
|
|
|
|||
Loading…
Reference in a new issue