mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 21:29:11 +00:00
Supress flutter analytics
This commit is contained in:
parent
6635724fb4
commit
e491b986cb
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ Builds:
|
|||
null } }; android.applicationVariants.all { variant -> if (variant.flavorName
|
||||
== "fdroid") { variant.outputs.all { output -> output.outputFileName = "app-fdroid-release.apk"
|
||||
} } } }' >> android/app/build.gradle
|
||||
build: $$flutter$$/bin/flutter build apk --flavor fdroid -v
|
||||
build: $$flutter$$/bin/flutter build apk --flavor fdroid -v --suppress-analytics
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
|
|
|
|||
Loading…
Reference in a new issue