mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Kumquats: patch the AGP
This commit is contained in:
parent
b19d8189a2
commit
6861f9fa70
1 changed files with 3 additions and 1 deletions
|
|
@ -28,7 +28,6 @@ Builds:
|
|||
|
||||
- versionName: 1.1.0
|
||||
versionCode: 2
|
||||
disable: https://github.com/dozingcat/Kumquats/issues/6
|
||||
commit: v1.1.0
|
||||
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||
srclibs:
|
||||
|
|
@ -38,6 +37,9 @@ Builds:
|
|||
- linux
|
||||
- macos
|
||||
- web
|
||||
prebuild:
|
||||
- sed -i -e 's/6.7/7.4/' android/gradle/wrapper/gradle-wrapper.properties
|
||||
- sed -i -e 's/4.1.3/7.3.1/' -e 's/1.6.10/1.7.20/' android/build.gradle
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
|
|
|||
Loading…
Reference in a new issue