mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 15:02:51 +03:00
Merge branch 'licaon-kter-master-patch-01504' into 'master'
Import - some fixes for flutter apps Closes #988 and #987 See merge request fdroid/fdroidserver!1103
This commit is contained in:
commit
ea567b0b5a
1 changed files with 3 additions and 1 deletions
|
@ -227,7 +227,9 @@ def main():
|
||||||
app.License = data.get('license', app.License)
|
app.License = data.get('license', app.License)
|
||||||
app.Description = data.get('description', app.Description)
|
app.Description = data.get('description', app.Description)
|
||||||
build.srclibs = ['flutter@stable']
|
build.srclibs = ['flutter@stable']
|
||||||
build.output = 'build/app/outputs/apk/release/app-release.apk'
|
build.output = 'build/app/outputs/apk/release/app-release-unsigned.apk'
|
||||||
|
build.subdir = None
|
||||||
|
build.gradle = None
|
||||||
build.build = [
|
build.build = [
|
||||||
'$$flutter$$/bin/flutter config --no-analytics',
|
'$$flutter$$/bin/flutter config --no-analytics',
|
||||||
'$$flutter$$/bin/flutter packages pub get',
|
'$$flutter$$/bin/flutter packages pub get',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue