mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
misc fixes
This commit is contained in:
parent
e00ba8a0ac
commit
34fe977aa5
6 changed files with 11 additions and 3 deletions
|
|
@ -230,6 +230,7 @@ Builds:
|
|||
|
||||
- versionName: 2.5.0
|
||||
versionCode: 137
|
||||
disable: com.google.android.gms:play-services-oss-licenses
|
||||
commit: 708d8c05b819a40267e95a7ff42ada0ac94896bb
|
||||
subdir: app
|
||||
sudo:
|
||||
|
|
|
|||
|
|
@ -39,6 +39,8 @@ Builds:
|
|||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: sed -i -e 's|https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/|https://jitpack.io|'
|
||||
../gradle/publish.gradle
|
||||
|
||||
MaintainerNotes: |-
|
||||
App repo contains both android app and
|
||||
|
|
|
|||
|
|
@ -113,9 +113,9 @@ Builds:
|
|||
- versionName: 0.7.0
|
||||
versionCode: 18
|
||||
commit: a68d5bf986c7642587f31cf0eb9126c19071c334
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
output: build/app/outputs/flutter-apk/app-prod-release.apk
|
||||
srclibs:
|
||||
- flutter@2.0.4
|
||||
- flutter@2.5.3
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ Builds:
|
|||
|
||||
- versionName: 0.1.0-beta05
|
||||
versionCode: 37
|
||||
disable: gradle 7.3-rc-1
|
||||
commit: a510d20737de4d68744ec3184f8bfabcfabad7dd
|
||||
subdir: app
|
||||
sudo:
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@ Builds:
|
|||
commit: d982892cc7fe31a8668294e6f3f0c9b4d0a85fa2
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.2.1
|
||||
- flutter@2.5.3
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
|
|
|||
|
|
@ -582,6 +582,10 @@ Builds:
|
|||
versionCode: 206
|
||||
commit: 5da49fff387d96d83f11d00b1e807d953289264f
|
||||
subdir: android-app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- foss
|
||||
prebuild:
|
||||
|
|
|
|||
Loading…
Reference in a new issue