mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Traditional T9: run buildDictionaryDownloads before build
This commit is contained in:
parent
bfcfb9a854
commit
2095f679af
1 changed files with 3 additions and 1 deletions
|
|
@ -163,7 +163,9 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- lite
|
||||
prebuild: gradle buildDictionaryDownloads || gradle buildDictionaryDownloads
|
||||
prebuild:
|
||||
- gradle buildDictionaryDownloads
|
||||
- "sed -i -e '/tasks.register('buildDictionaryDownloads')/,/^}/s/^\t.*//' build.gradle"
|
||||
|
||||
AllowedAPKSigningKeys: 57f09ab8dcfedbb63fa309362fedbbb0d8026cada8b2dc78ff00057f98c6020b
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue