mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
misc fixes
This commit is contained in:
parent
ab62093c9f
commit
a355364cff
6 changed files with 8 additions and 10 deletions
|
|
@ -49,7 +49,7 @@ Builds:
|
|||
commit: a7e96b08c8d67b210de7e1b0c81b200186e4b4a4
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.10.5
|
||||
- flutter@3.3.7
|
||||
rm:
|
||||
- flatpak
|
||||
- ios
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
Categories:
|
||||
- Theming
|
||||
License: Apache-2.0
|
||||
AuthorName: The Android Open Source Project
|
||||
SourceCode: https://android.googlesource.com/platform/packages/apps/Launcher3/
|
||||
|
||||
Description: |-
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: Apache-2.0
|
||||
AuthorName: The Android Open Source Project
|
||||
SourceCode: https://android.googlesource.com/platform/packages/apps/Music
|
||||
|
||||
AutoName: Music
|
||||
|
|
|
|||
|
|
@ -55,14 +55,9 @@ Builds:
|
|||
versionCode: 114
|
||||
commit: 88aab07f5b39174b5cbc9d31f6f477b700d19448
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- cd ../../
|
||||
- git clone https://github.com/MetatransApps/Android_LIB_Commons.git
|
||||
- git clone https://github.com/MetatransApps/Android_LIB_CommonsAds.git
|
||||
- git clone https://github.com/MetatransApps/Android_LIB_Commons2D.git
|
||||
- git clone https://github.com/MetatransApps/Android_APP_2DBalloons.git
|
||||
|
||||
MaintainerNotes: |-
|
||||
* Ads: contains self-served ads
|
||||
|
|
|
|||
|
|
@ -216,6 +216,7 @@ Builds:
|
|||
|
||||
- versionName: '27.193'
|
||||
versionCode: 193
|
||||
disable: reanimated build failed
|
||||
commit: 6fc6189a42061738603bb8052f75aa73cf9a6b32
|
||||
subdir: android/app
|
||||
sudo:
|
||||
|
|
|
|||
|
|
@ -691,7 +691,7 @@ Builds:
|
|||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y gcc g++ ninja-build make patch perl
|
||||
- apt-get install -y g++ ninja-build make patch perl
|
||||
gradle:
|
||||
- fdroid
|
||||
srclibs:
|
||||
|
|
@ -700,10 +700,10 @@ Builds:
|
|||
- sdkmanager 'cmake;3.22.1'
|
||||
- sed -i -e 's|maven.*mozilla.*|mavenLocal\(\)|' ../settings.gradle.kts
|
||||
- cd '$$FirefoxAndroid$$/android-components'
|
||||
- tasks=":lib-publicsuffixlist:publishToMavenLocal $(gradlew-fdroid :lib-publicsuffixlist:dependencies
|
||||
- tasks=":lib-publicsuffixlist:publishToMavenLocal $(gradle :lib-publicsuffixlist:dependencies
|
||||
--configuration releaseRuntimeClasspath | perl -lne 'print "$1:publishToMavenLocal"
|
||||
if /^.*--- project ([^\s]+)$/')"
|
||||
- gradlew-fdroid $tasks
|
||||
- gradle $tasks
|
||||
scanignore:
|
||||
- gradle-plugin/build
|
||||
scandelete:
|
||||
|
|
|
|||
Loading…
Reference in a new issue