mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
MTG fam: fix build
maven central did not seem to have version 2.2.0
This commit is contained in:
parent
5cf62b4b7d
commit
1562a5df4c
1 changed files with 2 additions and 1 deletions
|
|
@ -89,7 +89,8 @@ Build:3.3.5-foss,45
|
|||
subdir=mobile
|
||||
gradle=foss
|
||||
forceversion=yes
|
||||
prebuild=sed -i -e '/play-services/d' build.gradle
|
||||
prebuild=sed -i -e '/play-services/d' build.gradle && \
|
||||
sed -i '/android.tools.build/d' build.gradle
|
||||
scanignore=mobile/src/main/res/raw/datagz
|
||||
|
||||
Maintainer Notes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue